Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Use setup git credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsmale90 committed Dec 6, 2022
1 parent ccce3d0 commit 97f5b90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
# we need msbuild tools for the `bcrypto` module
if: startsWith(matrix.os, 'windows-')
uses: microsoft/[email protected]
- uses: de-vri-es/setup-git-credentials@v2
with:
credentials: ${{secrets.PAT}}
- run: npm ci
- run: npm run test
env:
Expand Down

0 comments on commit 97f5b90

Please sign in to comment.