Skip to content

Commit 12aebed

Browse files
committed
build: give contents write permissions
1 parent 5e5c230 commit 12aebed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-publish-to-github.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
build_and_publish:
1414
runs-on: ubuntu-latest
1515
permissions:
16-
contents: read
16+
action: read
17+
contents: write
1718
packages: write
1819
id-token: write
1920

0 commit comments

Comments
 (0)