We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80121c0 commit e75298bCopy full SHA for e75298b
.github/workflows/google-fonts.yml
@@ -96,6 +96,10 @@ jobs:
96
with:
97
token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }}
98
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
+
103
104
- name: Create pull request with updated files
105
if: env.changes == 'true'
0 commit comments