From c1110ef79f3108cf5629a51c91dbe98301dd5195 Mon Sep 17 00:00:00 2001 From: Lukas Mrtvy Date: Tue, 5 Nov 2024 17:00:16 +0100 Subject: [PATCH] fix: add tailscale sleep workaround --- .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..aca6c00 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: |