Skip to content

Commit 935e550

Browse files
committed
💚 fix Docker workflow publish permissions
1 parent f18dae2 commit 935e550

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,8 @@ jobs:
9292
rm -rf $CHANGELOG_PATH
9393
docker:
9494
needs: build-and-publish
95+
permissions:
96+
packages: write
97+
contents: read
9598
uses: ./.github/workflows/docker.yml
9699
secrets: inherit

0 commit comments

Comments
 (0)