diff --git a/.github/workflows/deploy_all.yml b/.github/workflows/deploy_all.yml index 3417ea7d0a..b4b6ebc814 100644 --- a/.github/workflows/deploy_all.yml +++ b/.github/workflows/deploy_all.yml @@ -30,6 +30,9 @@ jobs: with: token: ${{secrets.ACCESS_TOKEN}} + - name: ownership workaround + run: git config --system --add safe.directory '*' + - name: make ${{matrix.target}} run: make ${{matrix.target}}