Skip to content

Commit

Permalink
fix: change permissions to 'read' to solve workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
JE1999 committed May 14, 2024
1 parent 95a7f41 commit 4125149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sub-build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
image_digest: ${{ steps.docker_build.outputs.digest }}
permissions:
contents: read
id-token: write
id-token: read
environment:
name: ${{ inputs.environment }}
steps:
Expand Down

0 comments on commit 4125149

Please sign in to comment.