aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-11-02 12:26:20 -0400
committerGitHub <noreply@github.com>2023-11-02 12:26:20 -0400
commit1baa5b9f32546da77f3a15ef9cd3f0f281a347d8 (patch)
treedcc7f02c6367289cdbef3e4360295ac180578c59 /.github/workflows
parent61cb664825bbb47d3fd5c09e19163b08a805a99e (diff)
downloadxesite-1baa5b9f32546da77f3a15ef9cd3f0f281a347d8.tar.xz
xesite-1baa5b9f32546da77f3a15ef9cd3f0f281a347d8.zip
Update recoversecret.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/recoversecret.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/recoversecret.yml b/.github/workflows/recoversecret.yml
index 329ca4d..d532783 100644
--- a/.github/workflows/recoversecret.yml
+++ b/.github/workflows/recoversecret.yml
@@ -8,8 +8,8 @@ jobs:
- name: Tailscale
uses: tailscale/github-action@v2
with:
- oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
- oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}
+ oauth-client-id: ${{ secrets.TAILSCALE_CLIENT_ID }}
+ oauth-secret: ${{ secrets.TAILSCALE_CLIENT_SECRET }}
tags: tag:ci
- name: "Recover secret"
run: |