Skip to content

Commit 25571b8

Browse files
authored
Merge pull request #253 from Homebrew/ssh-signing
ci: switch to SSH signing
2 parents 8eacc67 + ebf26b2 commit 25571b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,11 @@ jobs:
9090
with:
9191
username: BrewTestBot
9292

93-
- name: Set up GPG commit signing
93+
- name: Set up SSH commit signing
9494
uses: Homebrew/actions/setup-commit-signing@master
9595
with:
96-
signing_key: ${{ secrets.BREWTESTBOT_GPG_SIGNING_SUBKEY }}
96+
ssh: true
97+
signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }}
9798

9899
- name: Sync initial Ruby version
99100
run: cp /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/.ruby-version .
@@ -106,7 +107,6 @@ jobs:
106107
- name: Detect changes
107108
id: detect_changes
108109
env:
109-
HOMEBREW_GPG_PASSPHRASE: ${{ secrets.BREWTESTBOT_GPG_SIGNING_SUBKEY_PASSPHRASE }}
110110
TARGET: target/${{ matrix.repo }}
111111
run: ./.github/actions/sync/shared-config.rb "${TARGET}" '/home/linuxbrew/.linuxbrew/Homebrew'
112112

0 commit comments

Comments
 (0)