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 91bc1ab commit b893f1cCopy full SHA for b893f1c
.github/workflows/generate.yml
@@ -27,12 +27,13 @@ jobs:
27
go-version-file: go.mod
28
29
- name: Connect to Tailnet
30
- uses: tailscale/github-action@v2
+ uses: tailscale/github-action@v3
31
with:
32
args: --accept-dns=true
33
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
34
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
35
tags: tag:github-runner
36
+ version: latest
37
38
- name: Run go code
39
run: |
0 commit comments