Skip to content

Commit 75de401

Browse files
Add explicit github actions permissions
Signed-off-by: alexey semenyuk <alexsemenyuk88@gmail.com>
1 parent 62eab64 commit 75de401

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker_main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
docker:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
packages: write
1114
steps:
1215
- uses: actions/checkout@v3
1316
with:

0 commit comments

Comments
 (0)