Skip to content

Commit

Permalink
Merge pull request #251 from s3rj1k/all-in-one
Browse files Browse the repository at this point in the history
Set `permissions.id-token=read` for Build stage.
  • Loading branch information
andywolk authored Apr 1, 2024
2 parents d1a7467 + f7306a6 commit fbe3da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd-docker-build-and-distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
runs-on: ${{ inputs.RUNNER }}
permissions:
contents: read
id-token: read
environment: ${{ inputs.ENVIRONMENT }}
steps:

Expand Down

0 comments on commit fbe3da2

Please sign in to comment.