From 4b80957d5d8cf84190b241ffab234ac625f835e9 Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Mon, 15 Jul 2024 14:00:47 -0400 Subject: [PATCH] workflows/sync-shared-config: fix PR creation (again) Since we push to the target repo, the credentials need to be persistent. --- .github/workflows/sync-shared-config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sync-shared-config.yml b/.github/workflows/sync-shared-config.yml index b87ed756..265b0a44 100644 --- a/.github/workflows/sync-shared-config.yml +++ b/.github/workflows/sync-shared-config.yml @@ -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