Skip to content

Commit

Permalink
🔧 (deploy-extension-to-marketplace.yml): add permissions for id-token…
Browse files Browse the repository at this point in the history
… and contents to enhance security and access control during deployment jobs
  • Loading branch information
jandroav committed Jan 8, 2025
1 parent b370046 commit 8deb040
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-extension-to-marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8deb040

Please sign in to comment.