Skip to content

Commit 9f02872

Browse files
committed
adding explicit permissions to action
1 parent 0e97621 commit 9f02872

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77

88
jobs:
99
docker:
10+
permissions:
11+
contents: read
12+
packages: write
1013
runs-on: ubuntu-latest
1114
steps:
1215
- name: Checkout

0 commit comments

Comments
 (0)