File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ by adding a step to your workflow.
55
66``` yaml
77 - name : Tailscale
8- uses : tailscale/github-action@v2
8+ uses : tailscale/github-action@v3
99 with :
1010 oauth-client-id : ${{ secrets.TS_OAUTH_CLIENT_ID }}
1111 oauth-secret : ${{ secrets.TS_OAUTH_SECRET }}
@@ -43,7 +43,7 @@ Lock](https://tailscale.com/kb/1226/tailnet-lock) enabled network, you need to:
4343
4444` ` ` yaml
4545 - name: Tailscale
46- uses: tailscale/github-action@v2
46+ uses: tailscale/github-action@v3
4747 with:
4848 authkey: tskey-auth-...
4949 statedir: /tmp/tailscale-state/
@@ -55,7 +55,7 @@ Which Tailscale version to use can be set like this:
5555
5656` ` ` yaml
5757 - name: Tailscale
58- uses: tailscale/github-action@v2
58+ uses: tailscale/github-action@v3
5959 with:
6060 oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
6161 oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
@@ -67,7 +67,7 @@ If you'd like to specify the latest version, simply set the version as `latest`
6767
6868` ` ` yaml
6969 - name: Tailscale
70- uses: tailscale/github-action@v2
70+ uses: tailscale/github-action@v3
7171 with:
7272 oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
7373 oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
You can’t perform that action at this time.
0 commit comments