Skip to content

Commit

Permalink
💚 fix Docker workflow publish permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Dec 7, 2023
1 parent f18dae2 commit 935e550
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,8 @@ jobs:
rm -rf $CHANGELOG_PATH
docker:
needs: build-and-publish
permissions:
packages: write
contents: read
uses: ./.github/workflows/docker.yml
secrets: inherit

0 comments on commit 935e550

Please sign in to comment.