Skip to content

Commit a32deff

Browse files
committed
use oauth to auth with tailscale
1 parent 88af498 commit a32deff

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
- name: Setup Tailscale
1616
uses: tailscale/github-action@v3
1717
with:
18-
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
18+
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
19+
oauth-secret: ${{ secrets.TS_OAUTH_CLIENT_SECRET }}
20+
tags: tag:ci
1921
- name: Add SSH key
2022
env:
2123
SSH_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)