We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d851cd commit 67565a2Copy full SHA for 67565a2
.github/workflows/docker_release.yml
@@ -7,6 +7,9 @@ on:
7
jobs:
8
docker:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: read
12
+ packages: write
13
steps:
14
- uses: actions/checkout@v4
15
with:
0 commit comments