Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
ci: remove fix git permission step [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnetzer committed Jun 1, 2023
1 parent d711b0f commit ff21507
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ jobs:
with:
token: ${{ secrets.GH_AUTH_SECRET }}

- name: Fix git permissions
run: git config --global --add safe.directory "*"

- name: Publish action ${{ matrix.package }}
if: ${{ contains(needs.setup.outputs.matrix, matrix.package) }}
uses: e-square-io/.github/.github/actions/push-to-repo@main
Expand Down

0 comments on commit ff21507

Please sign in to comment.