Skip to content

Commit e1319d7

Browse files
committed
give the action write permission
1 parent 1caaf05 commit e1319d7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/contributors.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
jobs:
77
contrib-readme-job:
88
runs-on: ubuntu-latest
9+
permissions:
10+
contents: write
11+
pull-requests: write
912
name: A job to automate contrib in readme
1013
steps:
1114
- name: Contribute List

0 commit comments

Comments
 (0)