Skip to content

Commit

Permalink
fix: add tailscale sleep workaround (#150)
Browse files Browse the repository at this point in the history
* fix: add tailscale sleep workaround

* Update deploy_helmfile.yaml
  • Loading branch information
lukasmrtvy authored Nov 5, 2024
1 parent 6cbb523 commit a7078e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy_helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,12 @@ jobs:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
version: 1.72.0
version: 1.76.1

# Bug https://github.com/tailscale/github-action/issues/107
#- name: Tailscale sleep workaround
# run: |
# sleep 10

- name: helmfile ${{ inputs.helmfileCommand }}
run: |
Expand Down

0 comments on commit a7078e4

Please sign in to comment.