Skip to content

Commit

Permalink
Set permissions.id-token=write for Build stage.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rj1k committed Apr 1, 2024
1 parent fbe3da2 commit 56cd4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-docker-build-and-distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
runs-on: ${{ inputs.RUNNER }}
permissions:
contents: read
id-token: read
id-token: write
environment: ${{ inputs.ENVIRONMENT }}
steps:

Expand Down

0 comments on commit 56cd4d4

Please sign in to comment.