Skip to content

Commit

Permalink
Publish: Connect workflow to Tailscale network
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 8, 2025
1 parent dc20218 commit 17df6a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ jobs:
EOF
# https://github.com/tailscale/github-action
- name: Connect using Tailscale
uses: tailscale/github-action@v3
with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci

- name: Upload content using WebDAV
env:
RCLONE_WEBDAV_USER: webdav
Expand Down

0 comments on commit 17df6a5

Please sign in to comment.