Skip to content

Commit 3279ab6

Browse files
committed
Fix workflow permissions
1 parent 1c0fe1d commit 3279ab6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
tags: [ 'v*.*.*' ]
77
workflow_dispatch:
88

9+
permissions:
10+
packages: write
11+
912
concurrency:
1013
group: ${{ github.workflow }}-${{ github.ref }}
1114

0 commit comments

Comments
 (0)