File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments