Skip to content

Commit

Permalink
Fix publish permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jotdl committed Apr 24, 2024
1 parent 20dca33 commit b7df415
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
publish:
runs-on: ubuntu-latest

permissions:
contents: read
packages: write

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b7df415

Please sign in to comment.