Skip to content

Commit

Permalink
Add packages write permission to publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
yesseruser authored May 15, 2024
1 parent 68ba2ef commit f7e9f87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json

permissions:
packages: write

name: publish
on:
release:
Expand Down

0 comments on commit f7e9f87

Please sign in to comment.