Skip to content

Commit

Permalink
Add permission to create release
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekmulla committed Sep 3, 2023
1 parent 78849cf commit b768f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_dispatch:

permissions:
contents: read
pull-requests: write
contents: write
pull-requests: read

defaults:
run:
Expand Down

0 comments on commit b768f1e

Please sign in to comment.