Skip to content

Commit fa047b8

Browse files
authored
Merge pull request #86 from internetee/update-node-yml-for-github-action
updated node.yml
2 parents 46dcf7d + 3e5c103 commit fa047b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/node.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
with:
17+
persist-credentials: false
18+
- name: Reconfigure git to use HTTP authentication
19+
run: >
20+
git config --global url."https://github.com/".insteadOf
21+
ssh://git@github.com/
1622
- name: Use Node.js ${{ matrix.node-version }}
1723
uses: actions/setup-node@v1
1824
with:

0 commit comments

Comments
 (0)