We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1caaf05 commit e1319d7Copy full SHA for e1319d7
1 file changed
.github/workflows/contributors.yml
@@ -6,6 +6,9 @@ on:
6
jobs:
7
contrib-readme-job:
8
runs-on: ubuntu-latest
9
+ permissions:
10
+ contents: write
11
+ pull-requests: write
12
name: A job to automate contrib in readme
13
steps:
14
- name: Contribute List
0 commit comments