Skip to content

Commit 610480c

Browse files
committed
chore: add permissions section for contents write access in Docker workflow
1 parent eadaf3b commit 610480c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
branches: [ main ]
1111
workflow_dispatch:
1212

13+
permissions:
14+
contents: write
15+
1316
jobs:
1417
build:
1518

0 commit comments

Comments
 (0)