diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index cedda7a..3968b9c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,6 +28,9 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} steps: + - name: Allow git in Docker action + run: git config --global --add safe.directory '*' + - name: Checkout repository uses: actions/checkout@v6