File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 persist-credentials : false
7676
7777 - name : Setup Tailscale on Runner (Auth Key)
78- uses : tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
78+ uses : tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
7979 with :
8080 authkey : ${{ secrets.TAILSCALE_AUTH_KEY }}
8181 hostname : test-authkey-runner-${{ github.run_id }}
Original file line number Diff line number Diff line change 9494 persist-credentials : false
9595
9696 - name : Setup Tailscale on Runner
97- uses : tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
97+ uses : tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
9898 with :
9999 oauth-client-id : ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
100100 oauth-secret : ${{ secrets.TAILSCALE_OAUTH_SECRET }}
@@ -178,7 +178,7 @@ jobs:
178178 persist-credentials : false
179179
180180 - name : Setup Tailscale on Runner
181- uses : tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
181+ uses : tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
182182 with :
183183 oauth-client-id : ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
184184 oauth-secret : ${{ secrets.TAILSCALE_OAUTH_SECRET }}
@@ -302,7 +302,7 @@ jobs:
302302 persist-credentials : false
303303
304304 - name : Setup Tailscale on Runner
305- uses : tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
305+ uses : tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
306306 with :
307307 oauth-client-id : ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
308308 oauth-secret : ${{ secrets.TAILSCALE_OAUTH_SECRET }}
Original file line number Diff line number Diff line change 5252 persist-credentials : false
5353
5454 - name : Setup Tailscale on Runner
55- uses : tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
55+ uses : tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
5656 with :
5757 oauth-client-id : ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
5858 oauth-secret : ${{ secrets.TAILSCALE_OAUTH_SECRET }}
Original file line number Diff line number Diff line change 9595 persist-credentials : false
9696
9797 - name : Setup Tailscale on Runner
98- uses : tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
98+ uses : tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
9999 with :
100100 oauth-client-id : ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
101101 oauth-secret : ${{ secrets.TAILSCALE_OAUTH_SECRET }}
@@ -180,7 +180,7 @@ jobs:
180180 persist-credentials : false
181181
182182 - name : Setup Tailscale on Runner
183- uses : tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
183+ uses : tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
184184 with :
185185 oauth-client-id : ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
186186 oauth-secret : ${{ secrets.TAILSCALE_OAUTH_SECRET }}
@@ -304,7 +304,7 @@ jobs:
304304 persist-credentials : false
305305
306306 - name : Setup Tailscale on Runner
307- uses : tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
307+ uses : tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
308308 with :
309309 oauth-client-id : ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
310310 oauth-secret : ${{ secrets.TAILSCALE_OAUTH_SECRET }}
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ runs:
116116 # ========================================
117117 - name : Setup Tailscale VPN (OAuth)
118118 if : inputs.operation == 'setup' && inputs.tailscale_oauth_client_id != '' && inputs.tailscale_oauth_secret != ''
119- uses : tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
119+ uses : tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
120120 with :
121121 oauth-client-id : ${{ inputs.tailscale_oauth_client_id }}
122122 oauth-secret : ${{ inputs.tailscale_oauth_secret }}
@@ -127,7 +127,7 @@ runs:
127127
128128 - name : Setup Tailscale VPN (Auth Key - Legacy)
129129 if : inputs.operation == 'setup' && (inputs.tailscale_oauth_client_id == '' || inputs.tailscale_oauth_secret == '') && inputs.tailscale_auth_key != ''
130- uses : tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
130+ uses : tailscale/github-action@780049a30b6ff5c378a9e7b389d15ece7a204888 # v4.1.3
131131 with :
132132 authkey : ${{ inputs.tailscale_auth_key }}
133133 version : ${{ inputs.tailscale_version }}
You can’t perform that action at this time.
0 commit comments