Skip to content

Commit

Permalink
Add missing permissions for id-token
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmrod committed Nov 8, 2024
1 parent 53c9741 commit 55d8f33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-22.04
environment: Docker Hub
permissions:
contents: write # for aws-actions/configure-aws-credentials
id-token: write # for aws-actions/configure-aws-credentials
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
Expand Down

0 comments on commit 55d8f33

Please sign in to comment.