Skip to content

Commit

Permalink
chore: replace write contents permission with read
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Oct 31, 2024
1 parent 2ffc02e commit 2107f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Push Docker Image

permissions:
id-token: write
contents: write
contents: read
packages: write

on:
Expand Down

0 comments on commit 2107f7a

Please sign in to comment.