Skip to content

Commit b1d57fd

Browse files
authored
Update update-categories.yml
1 parent 5fe69c8 commit b1d57fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-categories.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
run: npm install
2222

2323
- name: Update Contributors File
24-
run: node .github/workflows/update-contributors.js ${{ github.event.pull_request.user.login }} "${{ github.event.pull_request.body }}"
24+
run: |
25+
node .github/workflows/update-contributors.js "${{ github.event.pull_request.user.login }}" "${{ github.event.pull_request.body }}"
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2528

2629
- name: Commit and Push Changes
2730
run: |

0 commit comments

Comments
 (0)