From aa6ae124cd2b95486d12152ad891f745129e2496 Mon Sep 17 00:00:00 2001 From: "personaclick-courier[bot]" <205635110+personaclick-courier[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 12:09:21 +0000 Subject: [PATCH] feat(release): sync --- .github/workflows/reusable-ruby-checks.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/reusable-ruby-checks.yaml b/.github/workflows/reusable-ruby-checks.yaml index 9eb460d..455d27b 100644 --- a/.github/workflows/reusable-ruby-checks.yaml +++ b/.github/workflows/reusable-ruby-checks.yaml @@ -83,6 +83,11 @@ jobs: with: node-version: ${{ inputs.nodeVersion }} + - name: Rewrite GitHub SSH URLs to HTTPS for Bundler + run: | + git config --global url."https://github.com/".insteadOf git@github.com: + git config --global url."https://github.com/".insteadOf ssh://git@github.com/ + - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ inputs.rubyVersion }}