We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e97621 commit 9f02872Copy full SHA for 9f02872
.github/workflows/publish.yml
@@ -7,6 +7,9 @@ on:
7
8
jobs:
9
docker:
10
+ permissions:
11
+ contents: read
12
+ packages: write
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
0 commit comments