Skip to content

Commit

Permalink
ci: add semantic-release perms
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince committed Jun 12, 2024
1 parent 6a06cfb commit 5e97dc3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ on:
- alpha
- beta
jobs:
test:
release:
permissions:
contents: write
id-token: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5e97dc3

Please sign in to comment.