Skip to content

Commit 2bf26e7

Browse files
authored
Add pull-requests write permission to workflow
Signed-off-by: Jorge C. <jacortez_94@hotmail.com>
1 parent ad6ac3a commit 2bf26e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
permissions:
1414
contents: write
15+
pull-requests: write
1516
steps:
1617
- name: Checkout repository
1718
uses: actions/checkout@v4

0 commit comments

Comments
 (0)