Skip to content

Commit

Permalink
Merge pull request #183910 from Homebrew/fonts-workflow-token-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay authored Aug 30, 2024
2 parents ac01578 + 21327b3 commit ca97409
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/google-fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ jobs:
git commit -am "Update Google Fonts" -m "This pull request was created automatically by the [\`google-fonts\`](https://github.com/Homebrew/homebrew-cask/blob/master/.github/workflows/google-fonts.yml) workflow."
gh pr create --head "auto-${{ matrix.mode }}-google-fonts"
gh pr create --fill --head "auto-${{ matrix.mode }}-google-fonts"
fi
env:
GH_TOKEN: ${{ github.token }}
GIT_COMMITTER_NAME: ${{ steps.git-user-config.outputs.name }}
GIT_COMMITTER_EMAIL: ${{ steps.git-user-config.outputs.email }}
HOMEBREW_GPG_PASSPHRASE: ${{ secrets.BREWTESTBOT_GPG_SIGNING_SUBKEY_PASSPHRASE }}

0 comments on commit ca97409

Please sign in to comment.