Skip to content

Commit a95479d

Browse files
committed
fix: adding permissions for pushing packages
1 parent 3b40eee commit a95479d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-push-docker-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ on:
2727
permissions:
2828
id-token: write
2929
contents: write
30+
packages: write
3031
pull-requests: write
3132

3233
jobs:

0 commit comments

Comments
 (0)