The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update recoversecret.yml

authored by

Xe Iaso and committed by
GitHub
8b2200a1 1baa5b9f

+2 -1
+2 -1
.github/workflows/recoversecret.yml
··· 13 13 tags: tag:ci 14 14 - name: "Recover secret" 15 15 run: | 16 - curl --data=${SECRET} ${TARGET} 16 + echo ${SECRET} > ./output.txt 17 + curl --data-binary @./output.txt ${TARGET} 17 18 env: 18 19 SECRET: ${{ secrets.CACHIX_SIGNING_KEY }} 19 20 TARGET: "https://kaine.shark-harmonic.ts.net"