Skip to content

Commit 67565a2

Browse files
Add explicit github actions permissions
Signed-off-by: alexey semenyuk <[email protected]>
1 parent 0d851cd commit 67565a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker_release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
docker:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
packages: write
1013
steps:
1114
- uses: actions/checkout@v4
1215
with:

0 commit comments

Comments
 (0)