Skip to content

Commit

Permalink
ci: give permissions to semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
fschwalm committed Feb 2, 2024
1 parent 66ce302 commit 2b41838
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ on:
branches:
- main



jobs:
release:
permissions:
contents: write
issues: write
pages: write
pull-requests: write
id-token: write
runs-on: ubuntu-latest
steps:
- name: Check out repository
Expand Down

0 comments on commit 2b41838

Please sign in to comment.