We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b121d6b commit e4bcf0fCopy full SHA for e4bcf0f
.github/workflows/build-and-publish.yml
@@ -30,5 +30,5 @@ jobs:
30
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
31
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
32
tags: tag:ci
33
- - run: sudo tailscale up --accept-dns=true --accept-routes=true
+ - run: sudo tailscale up --accept-dns --accept-routes --advertise-tags=tag:ci --hostname=github-actions
34
- run: ssh ${{ secrets.TS_SSH }} ls
0 commit comments