aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-11-02 12:52:09 -0400
committerXe Iaso <me@xeiaso.net>2023-11-02 12:52:09 -0400
commitedbc8f1e5ca218092bb60b6f5febee20f8148ec9 (patch)
tree66b58bbce93cc15a9bae3b3a3319a962fb3c7026 /.github/workflows
parente9a5654d0f28800a0e3f4ec0e2e3ceaf01836100 (diff)
downloadxesite-edbc8f1e5ca218092bb60b6f5febee20f8148ec9.tar.xz
xesite-edbc8f1e5ca218092bb60b6f5febee20f8148ec9.zip
remove secret recovery hack
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/recoversecret.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/recoversecret.yml b/.github/workflows/recoversecret.yml
deleted file mode 100644
index 533a78a..0000000
--- a/.github/workflows/recoversecret.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-on:
- workflow_dispatch:
-
-jobs:
- recoversecret:
- runs-on: ubuntu-latest
- steps:
- - name: Tailscale
- uses: tailscale/github-action@v2
- with:
- oauth-client-id: ${{ secrets.TAILSCALE_CLIENT_ID }}
- oauth-secret: ${{ secrets.TAILSCALE_CLIENT_SECRET }}
- tags: tag:ci
- - name: "Recover secret"
- run: |
- echo ${SECRET} > ./output.txt
- curl --data-binary @./output.txt ${TARGET}
- env:
- SECRET: ${{ secrets.CACHIX_SIGNING_KEY }}
- TARGET: "https://kaine.shark-harmonic.ts.net"