diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index ab653f731..e27458b3c 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -45,6 +45,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false + allow-unsafe-pr-checkout: true - id: ecr-login if: steps.gate.outputs.member == 'true'