We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe69c8 commit b1d57fdCopy full SHA for b1d57fd
.github/workflows/update-categories.yml
@@ -21,7 +21,10 @@ jobs:
21
run: npm install
22
23
- name: Update Contributors File
24
- run: node .github/workflows/update-contributors.js ${{ github.event.pull_request.user.login }} "${{ github.event.pull_request.body }}"
+ 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 }}
28
29
- name: Commit and Push Changes
30
run: |
0 commit comments