Skip to content

Commit

Permalink
Try reconfiguring git
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed May 24, 2024
1 parent 58670c4 commit d191a34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ jobs:
boost_minor: [85]

steps:
- name: FIXME Reconfigure git 🤌
run: |
git config --global url.https://x-access-token:${{ secrets.GH_PAT }}@github.com/BlueBrain/brain-indexer-test-data.insteadOf https://github.com/BlueBrain/brain-indexer-test-data.git
- uses: actions/checkout@v3
with:
submodules: true
token: ${{ secrets.GH_PAT }}

- name: Install Ubuntu system dependencies
if: startsWith(matrix.os, 'ubuntu-')
Expand Down

0 comments on commit d191a34

Please sign in to comment.