From b1d57fd647783bf5c107b94f97b06107d8530c2a Mon Sep 17 00:00:00 2001 From: Nishant Kaushal <101548649+nishant0708@users.noreply.github.com> Date: Sat, 10 Aug 2024 03:58:18 +0530 Subject: [PATCH] Update update-categories.yml --- .github/workflows/update-categories.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-categories.yml b/.github/workflows/update-categories.yml index a224e0ad..f057a212 100644 --- a/.github/workflows/update-categories.yml +++ b/.github/workflows/update-categories.yml @@ -21,7 +21,10 @@ jobs: run: npm install - name: Update Contributors File - run: node .github/workflows/update-contributors.js ${{ github.event.pull_request.user.login }} "${{ github.event.pull_request.body }}" + run: | + node .github/workflows/update-contributors.js "${{ github.event.pull_request.user.login }}" "${{ github.event.pull_request.body }}" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Commit and Push Changes run: |