diff --git a/.github/workflows/constraints.yml b/.github/workflows/constraints.yml index 77f55761..c8fb6637 100644 --- a/.github/workflows/constraints.yml +++ b/.github/workflows/constraints.yml @@ -13,8 +13,6 @@ jobs: steps: - name: Checkout main branch uses: actions/checkout@v4 - - name: work around permission issue - run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Build constraints.txt run: sh update-constraints.sh --in-docker - name: Create Pull Request