diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-09-25 15:26:52 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-09-25 15:26:52 -0400 |
commit | 8864dc5d1b9c85daa58e98c04767d2ee528f2dea (patch) | |
tree | 1f0c5b52121a7a2f5795cb12faaa67324a3abd95 | |
parent | 76253d272c50ba08002a47395e47a4f9ce4fb53e (diff) | |
download | bfs-8864dc5d1b9c85daa58e98c04767d2ee528f2dea.tar.xz |
ci/freebsd: Switch to Tailscale OAuth
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d15028..ca1737c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,9 @@ jobs: - uses: tailscale/github-action@main with: - authkey: ${{ secrets.TAILSCALE_KEY }} + oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} + oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} + tags: tag:ci - name: Configure SSH env: |