summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-09-25 15:26:52 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-09-25 15:26:52 -0400
commit8864dc5d1b9c85daa58e98c04767d2ee528f2dea (patch)
tree1f0c5b52121a7a2f5795cb12faaa67324a3abd95 /.github
parent76253d272c50ba08002a47395e47a4f9ce4fb53e (diff)
downloadbfs-8864dc5d1b9c85daa58e98c04767d2ee528f2dea.tar.xz
ci/freebsd: Switch to Tailscale OAuth
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
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: