Skip to content

Commit a7078e4

Browse files
authored
fix: add tailscale sleep workaround (#150)
* fix: add tailscale sleep workaround * Update deploy_helmfile.yaml
1 parent 6cbb523 commit a7078e4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy_helmfile.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,12 @@ jobs:
194194
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
195195
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
196196
tags: tag:ci
197-
version: 1.72.0
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
198203

199204
- name: helmfile ${{ inputs.helmfileCommand }}
200205
run: |

0 commit comments

Comments
 (0)