Skip to content

Commit 144a57e

Browse files
committed
fix(ci): packages must be writable from the workflow
1 parent f79cb8e commit 144a57e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
permissions:
1111
contents: read
1212
pull-requests: write
13+
packages: write
1314
name: docker
1415
runs-on: ubuntu-latest
1516
steps:

0 commit comments

Comments
 (0)