Skip to content

Commit

Permalink
Update release.yml: Add permissions to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
highb authored Dec 11, 2023
1 parent fd3ab1b commit f1e3c71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f1e3c71

Please sign in to comment.