File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 94
94
- name : clone repository
95
95
uses : actions/checkout@v4
96
96
97
- - name : Tailscale VPN
98
- uses : tailscale/github-action@v2
99
- if : inputs.enableVpn == 'true'
100
- with :
101
- oauth-client-id : ${{ secrets.TS_OAUTH_CLIENT_ID }}
102
- oauth-secret : ${{ secrets.TS_OAUTH_SECRET }}
103
- tags : tag:ci
104
- version : 1.76.1
105
-
106
- # Bug https://github.com/tailscale/github-action/issues/107
107
- # - name: Tailscale sleep workaround
108
- # run: |
109
- # sleep 10
110
-
111
97
- name : Send notification to slack
112
98
if : inputs.slackChannelId != ''
113
99
@@ -201,6 +187,20 @@ jobs:
201
187
- name : setup kubeconfig
202
188
run : aws eks update-kubeconfig --name ${{ inputs.eksClusterName }} $OPTIONAL_PARAMS
203
189
190
+ - name : Tailscale VPN
191
+ uses : tailscale/github-action@v2
192
+ if : inputs.enableVpn == 'true'
193
+ with :
194
+ oauth-client-id : ${{ secrets.TS_OAUTH_CLIENT_ID }}
195
+ oauth-secret : ${{ secrets.TS_OAUTH_SECRET }}
196
+ tags : tag:ci
197
+ version : 1.76.1
198
+
199
+ # Bug https://github.com/tailscale/github-action/issues/107
200
+ # - name: Tailscale sleep workaround
201
+ # run: |
202
+ # sleep 10
203
+
204
204
- name : wait until Tailscale is ready
205
205
if : inputs.enableVpn == 'true'
206
206
run : |
You can’t perform that action at this time.
0 commit comments