Skip to content

Commit

Permalink
update to Tailscale OAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
jlindsey authored Apr 1, 2024
1 parent b4d063f commit 246fa4a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ jobs:
key: ${{ secrets.DEPLOY_KEY }}
name: id_ed25519
known_hosts: ${{ secrets.KNOWN_HOSTS }}
- uses: tailscale/github-action@v1
- uses: tailscale/github-action@v2
with:
authkey: ${{ secrets.TAILNET_AUTHKEY }}
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
- name: Rsync files
run: |
cp -r css site
Expand Down

0 comments on commit 246fa4a

Please sign in to comment.