Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Fix release permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Feb 16, 2024
1 parent b9f14e2 commit 8b95f8b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
permissions:
contents: write # to create release (changesets/action)
issues: write # to post issue comments (changesets/action)
pull-requests: write # to create pull request (changesets/action)
id-token: write
contents: write
issues: write
pull-requests: write
name: Release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8b95f8b

Please sign in to comment.