Skip to content

Commit 0d5d507

Browse files
authored
declare ci permissions
1 parent 66532e8 commit 0d5d507

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
name: Build
1313
runs-on: ubuntu-latest
1414

15+
permissions:
16+
packages: write
17+
1518
strategy:
1619
matrix:
1720
include:
@@ -90,6 +93,9 @@ jobs:
9093
needs: test
9194
if: ${{ startsWith(github.ref, 'refs/tags/') }}
9295

96+
permissions:
97+
packages: write
98+
9399
strategy:
94100
matrix:
95101
include:

0 commit comments

Comments
 (0)