Skip to content

Commit

Permalink
ci: attempt to add tailscale again
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo authored Jun 23, 2024
1 parent 71eca31 commit 81cde6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@ jobs:
cd "$GITHUB_WORKSPACE"
git pull
git status
- name: Install Tailscale
uses: tailscale/github-action@v2
with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci

- name: Upload to server through rsync
env:
Expand Down

0 comments on commit 81cde6f

Please sign in to comment.