Skip to content

Commit fb0cfdc

Browse files
committed
Fix permissions for publish
1 parent f4d22d7 commit fb0cfdc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ jobs:
6464

6565
runs-on: ubuntu-latest
6666

67+
permissions:
68+
contents: read
69+
packages: write
70+
6771
needs:
6872
- build-docker-image
6973

0 commit comments

Comments
 (0)