use oauth to auth with tailscale
Some checks failed
/ Deploy website to server (push) Failing after 14s
Some checks failed
/ Deploy website to server (push) Failing after 14s
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -15,7 +15,9 @@ jobs:
|
|||||||
- name: Setup Tailscale
|
- name: Setup Tailscale
|
||||||
uses: tailscale/github-action@v3
|
uses: tailscale/github-action@v3
|
||||||
with:
|
with:
|
||||||
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
|
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
|
||||||
|
oauth-secret: ${{ secrets.TS_OAUTH_CLIENT_SECRET }}
|
||||||
|
tags: tag:ci
|
||||||
- name: Add SSH key
|
- name: Add SSH key
|
||||||
env:
|
env:
|
||||||
SSH_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
SSH_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
Reference in New Issue
Block a user