diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3e4352b3..8322900f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,6 +30,7 @@ jobs: gitRef: ${{ inputs.gitRef || github.event.release.tag_name }} permissions: id-token: write + contents: read trigger-deploy: name: Trigger deploy to ${{ inputs.environment || 'integration' }} needs: build-and-publish-image