From 9e818d5f3de61ff7d7c4750ff497f045c21161bf Mon Sep 17 00:00:00 2001 From: Hyoung-yoon Kim Date: Thu, 7 Dec 2023 11:18:30 -0500 Subject: [PATCH] fix: workflow fix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5bc280a2..a002a872 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - git config --global url.https://${GITHUB_TOKEN}:x-oauth-basic@github.com/.insteadOf https://github.com/ + git config --global url.https://${GITHUB_TOKEN}@github.com/.insteadOf https://github.com/ - name: Compile if: steps.cache-binaries.outputs.cache-hit != 'true' && env.GIT_DIFF run: |