Skip to content

Commit

Permalink
updated node.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Jun 7, 2021
1 parent 46dcf7d commit 3e5c103
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://[email protected]/
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 3e5c103

Please sign in to comment.