diff options
| -rw-r--r-- | .github/workflows/earthly.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/earthly.yml b/.github/workflows/earthly.yml index 5312e90..373a966 100644 --- a/.github/workflows/earthly.yml +++ b/.github/workflows/earthly.yml @@ -22,8 +22,8 @@ jobs: - name: Tailscale uses: tailscale/github-action@v2 with: - oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} - oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} + oauth-client-id: ${{ secrets.TAILSCALE_CLIENT_ID }} + oauth-secret: ${{ secrets.TAILSCALE_CLIENT_SECRET }} tags: tag:ci - uses: earthly/actions-setup@v1 with: |
