Skip to content

Commit 71d3383

Browse files
committed
ci: revert permission change on contribs.yml action
without full permissions the script cant detect org members Signed-off-by: Thomas Stilwell <[email protected]>
1 parent bd89c94 commit 71d3383

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/contribs.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ on:
33
pull_request_target:
44
types: [opened, reopened]
55

6-
permissions:
7-
contents: read
8-
issues: write
9-
pull-requests: write
10-
116
jobs:
127
contribs:
138
runs-on: ubuntu-24.04
@@ -16,7 +11,7 @@ jobs:
1611
- name: Contribs
1712
uses: carlescufi/action-contribs@d139e12dabbe631fcc94ec3e19e386a11d3e1a26 # main
1813
with:
19-
github-token: ${{ secrets.GITHUB_TOKEN }}
14+
github-token: ${{ secrets.NCS_GITHUB_TOKEN }}
2015
command: 'external'
2116
messages: |
2217
Thank you for your contribution!

0 commit comments

Comments
 (0)