Skip to content

Commit

Permalink
feat: add commit signing
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored Mar 12, 2024
1 parent 86431e7 commit 679fac6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,15 @@ jobs:
with:
username: BrewTestBot

- name: Set up commit signing
uses: Homebrew/actions/setup-commit-signing@master
with:
signing_key: ${{ secrets.BREWTESTBOT_GPG_SIGNING_SUBKEY }}

- name: Detect references
env:
GH_TOKEN: ${{ github.token }}
HOMEBREW_GPG_PASSPHRASE: ${{ secrets.BREWTESTBOT_GPG_SIGNING_SUBKEY_PASSPHRASE }}
shell: bash
run: |
core_patches=$(git -C homebrew-core grep -h "Homebrew/formula-patches" | awk -F/ '{print $(NF-1)"/"$NF}' | tr -d '"')
Expand Down

0 comments on commit 679fac6

Please sign in to comment.