From 3e5c1039e05f21f6a5a8b758b4e27472e7064c40 Mon Sep 17 00:00:00 2001 From: Oleg Hasjanov Date: Mon, 7 Jun 2021 13:26:51 +0300 Subject: [PATCH] updated node.yml --- .github/workflows/node.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: