Skip to content

Commit e1c5673

Browse files
authored
Update node.js.yml
1 parent b1d0009 commit e1c5673

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414

1515
runs-on: ubuntu-latest
1616

17+
env:
18+
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
19+
1720
strategy:
1821
matrix:
1922
node-version: [22.x]
@@ -26,8 +29,6 @@ jobs:
2629
with:
2730
node-version: ${{ matrix.node-version }}
2831
cache: 'npm'
29-
env:
30-
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
3132
- run: yarn install
3233
- run: git config --global user.name "kabbagepatch" && git config --global user.email kavishrmunjal@gmail.com
3334
- run: echo "$GIT_TOKEN"

0 commit comments

Comments
 (0)