diff --git a/.github/workflows/destroy-deployment-manually.yml b/.github/workflows/destroy-deployment-manually.yml index 6f50c333bf..24ba34c6b8 100644 --- a/.github/workflows/destroy-deployment-manually.yml +++ b/.github/workflows/destroy-deployment-manually.yml @@ -31,12 +31,12 @@ jobs: id: delete-deployment-webhook with: command: bash webhooks/delete_deployment.sh - timeout_seconds: 15 - retry_wait_seconds: 15 + timeout_seconds: 30 + retry_wait_seconds: 30 max_attempts: 3 - name: Remove GitHub deployment at ${{env.DEPLOYMENT_NAME}} - uses: bobheadxi/deployments@v1 + uses: bobheadxi/deployments@v1.3.0 # remove GH deployment even if webhook failed if: always() id: remove-github-deployment diff --git a/.github/workflows/destroy-deployment.yml b/.github/workflows/destroy-deployment.yml index 72e663d128..fe08dd2a84 100644 --- a/.github/workflows/destroy-deployment.yml +++ b/.github/workflows/destroy-deployment.yml @@ -30,12 +30,12 @@ jobs: id: delete-deployment-webhook with: command: bash webhooks/delete_deployment.sh - timeout_seconds: 15 - retry_wait_seconds: 15 + timeout_seconds: 30 + retry_wait_seconds: 30 max_attempts: 3 - name: Remove GitHub deployment at branch-${{env.DEPLOYMENT_NAME}} - uses: bobheadxi/deployments@v1 + uses: bobheadxi/deployments@v1.3.0 # remove GH deployment even if webhook failed if: always() id: remove-github-deployment