diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c35983ef..784f8e56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: