Skip to content

Commit

Permalink
Merge pull request #55 from koterpillar/publish-permission
Browse files Browse the repository at this point in the history
fix: Give publishing action packages permission
  • Loading branch information
koterpillar committed Mar 16, 2024
2 parents 998a405 + e90cc9a commit b321641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b321641

Please sign in to comment.