So we don't have to do this in the GH actions: ```yaml - name: Mark repo as safe for Git run: git config --global --add safe.directory "$GITHUB_WORKSPACE" ``` Or CircleCI equivalent.