Skip to content

Commit 9555721

Browse files
committed
Update permissions in Docker workflow to allow write access for contents
1 parent 44d682e commit 9555721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
value: ${{ jobs.docker-build.outputs.image-tag }}
1616

1717
permissions:
18-
contents: read
18+
contents: write
1919
packages: write
2020
id-token: write
2121

0 commit comments

Comments
 (0)