diff --git a/.github/workflows/deploy-extension-to-marketplace.yml b/.github/workflows/deploy-extension-to-marketplace.yml index 0b6f830..62cecd5 100644 --- a/.github/workflows/deploy-extension-to-marketplace.yml +++ b/.github/workflows/deploy-extension-to-marketplace.yml @@ -64,6 +64,9 @@ jobs: if: github.actor == 'dependabot' && ${{ needs.check-OSS-version.outputs.OSS_VERSION_MATCH }} == true runs-on: ubuntu-latest + permissions: + id-token: write + contents: read needs: check-OSS-version env: AWS_REGION: us-east-1 @@ -124,6 +127,9 @@ jobs: if: ${{ inputs.dry_run == true }} runs-on: ubuntu-latest + permissions: + id-token: write + contents: read needs: check-OSS-version env: AWS_REGION: us-east-1