Skip to content

Commit af2cc58

Browse files
authored
Update node.js.yml
1 parent d9b694f commit af2cc58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29+
env:
30+
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
2931
- run: yarn install
3032
- run: git config --global user.name "kabbagepatch" && git config --global user.email kavishrmunjal@gmail.com
33+
- run: echo "$GIT_TOKEN"
3134
- run: ./deploy.sh

0 commit comments

Comments
 (0)