From 1baa5b9f32546da77f3a15ef9cd3f0f281a347d8 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 2 Nov 2023 12:26:20 -0400 Subject: Update recoversecret.yml --- .github/workflows/recoversecret.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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: | -- cgit v1.2.3