use oauth to auth with tailscale
Some checks failed
/ Deploy website to server (push) Failing after 14s

This commit is contained in:
2025-05-02 00:18:16 +01:00
parent 88af49844e
commit a32deff9c8

View File

@@ -15,7 +15,9 @@ jobs:
- name: Setup Tailscale
uses: tailscale/github-action@v3
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
env:
SSH_KEY: ${{ secrets.SSH_PRIVATE_KEY }}