From a7078e417573e0d8f6ce7ea9846114708c539782 Mon Sep 17 00:00:00 2001 From: Lukas M Date: Tue, 5 Nov 2024 17:05:31 +0100 Subject: [PATCH] fix: add tailscale sleep workaround (#150) * fix: add tailscale sleep workaround * Update deploy_helmfile.yaml --- .github/workflows/deploy_helmfile.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_helmfile.yaml b/.github/workflows/deploy_helmfile.yaml index 70a4f76..6810313 100644 --- a/.github/workflows/deploy_helmfile.yaml +++ b/.github/workflows/deploy_helmfile.yaml @@ -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: |