diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-11-02 12:26:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-02 12:26:20 -0400 |
| commit | 1baa5b9f32546da77f3a15ef9cd3f0f281a347d8 (patch) | |
| tree | dcc7f02c6367289cdbef3e4360295ac180578c59 /.github/workflows | |
| parent | 61cb664825bbb47d3fd5c09e19163b08a805a99e (diff) | |
| download | xesite-1baa5b9f32546da77f3a15ef9cd3f0f281a347d8.tar.xz xesite-1baa5b9f32546da77f3a15ef9cd3f0f281a347d8.zip | |
Update recoversecret.yml
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: | |
