Skip to content

Commit

Permalink
Add pr permission
Browse files Browse the repository at this point in the history
  • Loading branch information
narze committed Oct 21, 2023
1 parent 9360b50 commit 0c82cb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/merge_on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
push:
branches: [main]

# Add contents write permission to allow commits
permissions:
# Add contents write permission to allow commits
contents: write
# Add pull-requests write permission to allow commenting
pull-requests: write

jobs:
build:
Expand Down

0 comments on commit 0c82cb8

Please sign in to comment.