Skip to content

Commit

Permalink
Eschew creating git credentials on filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Nov 26, 2024
1 parent 40afc97 commit 36d4992
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ jobs:
echo "DOCKER_PLATFORMS=$(echo ${{ join(matrix.arch) }} | tr ',' '\n' | sed 's/^/linux\//' | paste -s -d, -)" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false

# First, build image for x86_64 as it will fail fast
#
Expand Down

0 comments on commit 36d4992

Please sign in to comment.