diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/recoversecret.yml | 4 |
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: | |
