Skip to content

Commit

Permalink
Set proper permissions for package upload
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Oct 10, 2024
1 parent 4bc7321 commit fb0e82d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
name: Publish Package to GitHub Registry
uses: ./.github/workflows/npm-publish.yml
if: github.event_name == 'workflow_dispatch'
permissions:
packages: write
needs:
- collect-changelog
with:
Expand Down

0 comments on commit fb0e82d

Please sign in to comment.