]> Sergey Matveev's repositories - bfs.git/commitdiff
ci/freebsd: Switch to Tailscale OAuth
authorTavian Barnes <tavianator@tavianator.com>
Mon, 25 Sep 2023 19:26:52 +0000 (15:26 -0400)
committerTavian Barnes <tavianator@tavianator.com>
Mon, 25 Sep 2023 19:26:52 +0000 (15:26 -0400)
.github/workflows/ci.yml

index 0d15028f700c53fdadc6402ae0ee11b9df321f65..ca1737cf998506ce5cff89891ec404cd92916cea 100644 (file)
@@ -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: