diff --git a/.github/workflows/PREVIEW-ENV-TEARDOWN.yml b/.github/workflows/PREVIEW-ENV-TEARDOWN.yml index 910efbfbf8..c7b2a98ad6 100644 --- a/.github/workflows/PREVIEW-ENV-TEARDOWN.yml +++ b/.github/workflows/PREVIEW-ENV-TEARDOWN.yml @@ -59,7 +59,7 @@ jobs: ######################################################################### # Tear down preview environment - name: Tear down Preview Environment for ${{ matrix.product_context }} - uses: camunda/infra-global-github-actions/preview-env/destroy@fa822a648f554e455637bc2f0842b32042fdf06b #infra-456-feature-branch + uses: camunda/infra-global-github-actions/preview-env/destroy@dbb7c2e1d7e6856f08fd736535e186b9ded5e470 #infra-456-feature-branch with: revision: ${{ env.BRANCH_NAME }} argocd_token: ${{ steps.secrets.outputs.ARGOCD_TOKEN }}