Skip to content

Commit 1b35a40

Browse files
authored
Merge pull request #216 from Homebrew/woodruffw-patch-1
sync-shared-config.yml: explicit persistence of credentials
2 parents 84330e7 + f2b5fba commit 1b35a40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync-shared-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
repository: ${{ matrix.repo }}
8383
path: target/${{ matrix.repo }}
8484
token: ${{ secrets.HOMEBREW_DOTGITHUB_WORKFLOW_TOKEN }}
85+
# Intentioanlly persisted to allow `git push` below.
86+
persist-credentials: true
8587

8688
- name: Configure Git user
8789
uses: Homebrew/actions/git-user-config@master

0 commit comments

Comments
 (0)