Skip to content

Commit e75298b

Browse files
committed
.github/workflows/google-fonts.yml: ensure commits are signed
1 parent 80121c0 commit e75298b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/google-fonts.yml

+4
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ jobs:
9696
with:
9797
token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }}
9898
branch: "auto-${{ matrix.mode }}-google-fonts"
99+
GIT_COMMITTER_NAME: ${{ steps.git-user-config.outputs.name }}
100+
GIT_COMMITTER_EMAIL: ${{ steps.git-user-config.outputs.email }}
101+
HOMEBREW_GPG_PASSPHRASE: ${{ secrets.BREWTESTBOT_GPG_SIGNING_SUBKEY_PASSPHRASE }}
102+
99103

100104
- name: Create pull request with updated files
101105
if: env.changes == 'true'

0 commit comments

Comments
 (0)