Skip to content

Commit

Permalink
Add pull requests permission to create newsletter CI (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelOnFira authored Apr 9, 2024
1 parent b53cf47 commit 7d71de9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-newsletter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
inputs: {}
permissions:
contents: write
issues: write
issues: write
pull-requests: write
jobs:
create-newsletter:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7d71de9

Please sign in to comment.