Skip to content

Commit 9dfa6f7

Browse files
committed
update name of OAuth client secrets in test.yml to match those in this repo
Updates tailscale/corp#32821 Signed-off-by: Percy Wegmann <percy@tailscale.com>
1 parent 371c283 commit 9dfa6f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ jobs:
9595
id: tailscale-oauth
9696
uses: ./
9797
with:
98-
oauth-client-id: ${{ secrets.TS_AUTH_KEYS_OAUTH_CLIENT_ID }}
99-
oauth-secret: ${{ secrets.TS_AUTH_KEYS_OAUTH_CLIENT_SECRET }}
98+
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
99+
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
100100
tags: "tag:ci"
101101
version: "${{ matrix.version }}"
102102
use-cache: false

0 commit comments

Comments
 (0)