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 d9b694f commit af2cc58Copy full SHA for af2cc58
.github/workflows/node.js.yml
@@ -26,6 +26,9 @@ jobs:
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
+ env:
30
+ GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
31
- run: yarn install
32
- run: git config --global user.name "kabbagepatch" && git config --global user.email kavishrmunjal@gmail.com
33
+ - run: echo "$GIT_TOKEN"
34
- run: ./deploy.sh
0 commit comments