Skip to content

Commit 7a888b4

Browse files
authored
Merge pull request #324 from umccr/fix_docker_packages_writable
Packages must be writable from the workflow
2 parents a0ed4d3 + 144a57e commit 7a888b4

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)