Skip to content

Commit 1a062ee

Browse files
ci(gh-actions): set minimal permissions on workflow
1 parent 25c60aa commit 1a062ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dockerimage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
paths-ignore:
1111
- '**.md' # ignore changes in markdown files
1212

13+
permissions:
14+
contents: read
15+
1316
env:
1417
REGISTRY: ghcr.io
1518
IMAGE_NAME: ${{ github.repository }}

0 commit comments

Comments
 (0)