diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ae8f6e..f75fec0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,9 @@ jobs: toolchain: stable - name: install protoc uses: arduino/setup-protoc@v3 - - run: git config --global --add url."https://${{ secrets.GH_TOKEN }}:x-oauth-basic@github".insteadOf https://github + - run: | + git config --global --add url."https://${{ secrets.GH_TOKEN }}:x-oauth-basic@github".insteadOf https://github + git config --global --add url."https://${{ secrets.GH_TOKEN }}:x-oauth-basic@github".insteadOf git@github - name: Check documentation env: RUSTDOCFLAGS: -D warnings