Skip to content

Commit

Permalink
Force git to use htpts. #2679
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Feb 20, 2024
1 parent c716166 commit a99e77d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
restore-keys: |
${{ runner.OS }}-node-
${{ runner.OS }}-
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://git@github.com/
- name: Install dependencies
run: npm ci
- name: Lint
Expand Down

0 comments on commit a99e77d

Please sign in to comment.