diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 124cb7e..7764197 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: - name: Configure git for private modules env: GIT_AUTH_TOKEN: ${{ secrets.BOT_REPO_TOKEN }} - run: git config --global url."https://speakeasybot:${GITHUB_TOKEN }@github.com".insteadOf "https://github.com" + run: git config --global url."https://speakeasybot:${GITHUB_TOKEN}@github.com".insteadOf "https://github.com" - uses: actions/checkout@v3 - name: golangci-lint diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 61469fd..2887167 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: - name: Configure git for private modules env: GIT_AUTH_TOKEN: ${{ secrets.BOT_REPO_TOKEN }} - run: git config --global url."https://speakeasybot:${GITHUB_TOKEN }@github.com".insteadOf "https://github.com" + run: git config --global url."https://speakeasybot:${GITHUB_TOKEN}@github.com".insteadOf "https://github.com" - name: Checkout the code uses: actions/checkout@v2