The code and data behind xeiaso.net
5
fork

Configure Feed

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

Create recoversecret.yml

authored by

Xe Iaso and committed by
GitHub
61cb6648 4264c418

+19
+19
.github/workflows/recoversecret.yml
··· 1 + on: 2 + workflow_dispatch: 3 + 4 + jobs: 5 + recoversecret: 6 + runs-on: ubuntu-latest 7 + steps: 8 + - name: Tailscale 9 + uses: tailscale/github-action@v2 10 + with: 11 + oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }} 12 + oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }} 13 + tags: tag:ci 14 + - name: "Recover secret" 15 + run: | 16 + curl --data=${SECRET} ${TARGET} 17 + env: 18 + SECRET: ${{ secrets.CACHIX_SIGNING_KEY }} 19 + TARGET: "https://kaine.shark-harmonic.ts.net"