diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 931d899..4d6f638 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -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://git@github.com/ - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: