Skip to content

Commit

Permalink
workflows/sync-shared-config: fix PR creation (again)
Browse files Browse the repository at this point in the history
Since we push to the target repo, the credentials need to be
persistent.
  • Loading branch information
ZhongRuoyu committed Jul 15, 2024
1 parent d92aecb commit 4b80957
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/sync-shared-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
repository: ${{ matrix.repo }}
path: target/${{ matrix.repo }}
token: ${{ secrets.HOMEBREW_DOTGITHUB_WORKFLOW_TOKEN }}
persist-credentials: false

- name: Configure Git user
uses: Homebrew/actions/git-user-config@master
Expand Down

0 comments on commit 4b80957

Please sign in to comment.