Skip to content

Commit 89e4d8e

Browse files
committed
Whoops, rematch env secret names
1 parent 6f9a316 commit 89e4d8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ jobs:
278278
- name: Tailscale
279279
uses: tailscale/github-action@v4
280280
with:
281-
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
282-
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
281+
oauth-client-id: ${{ secrets.GRIM_TS_OAUTH_CLIENT_ID }}
282+
oauth-secret: ${{ secrets.GRIM_TS_OAUTH_SECRET }}
283283
tags: tag:ci
284284

285285
- name: Stop server service

0 commit comments

Comments
 (0)