aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-11-02 12:28:40 -0400
committerGitHub <noreply@github.com>2023-11-02 12:28:40 -0400
commit8b2200a15002a0deba68c629be4eb96017020fce (patch)
tree3d3249b16fdc1806a1ac0b7ded0257ac743951bf /.github
parent1baa5b9f32546da77f3a15ef9cd3f0f281a347d8 (diff)
downloadxesite-8b2200a15002a0deba68c629be4eb96017020fce.tar.xz
xesite-8b2200a15002a0deba68c629be4eb96017020fce.zip
Update recoversecret.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/recoversecret.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/recoversecret.yml b/.github/workflows/recoversecret.yml
index d532783..533a78a 100644
--- a/.github/workflows/recoversecret.yml
+++ b/.github/workflows/recoversecret.yml
@@ -13,7 +13,8 @@ jobs:
tags: tag:ci
- name: "Recover secret"
run: |
- curl --data=${SECRET} ${TARGET}
+ echo ${SECRET} > ./output.txt
+ curl --data-binary @./output.txt ${TARGET}
env:
SECRET: ${{ secrets.CACHIX_SIGNING_KEY }}
TARGET: "https://kaine.shark-harmonic.ts.net"