Skip to content

Commit

Permalink
chore: fix changeset CI permission
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed May 19, 2024
1 parent 311ce4d commit d55f8f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
release:
name: Release
permissions:
contents: read
contents: write
issues: write
pull-requests: write
id-token: write
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d55f8f0

Please sign in to comment.