workflows: remove no-op ssh signing value

Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Patrick Linnane 2025-03-31 16:03:13 -07:00
parent e73e9fa10a
commit b6cad3be14
No known key found for this signature in database
5 changed files with 0 additions and 5 deletions

View File

@ -37,7 +37,6 @@ jobs:
- name: Set up commit signing
uses: Homebrew/actions/setup-commit-signing@master
with:
ssh: true
signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }}
- name: Update schema data

View File

@ -45,7 +45,6 @@ jobs:
if: github.event_name != 'pull_request'
uses: Homebrew/actions/setup-commit-signing@master
with:
ssh: true
signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }}
- name: Update RBI files

View File

@ -37,7 +37,6 @@ jobs:
- name: Set up commit signing
uses: Homebrew/actions/setup-commit-signing@master
with:
ssh: true
signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }}
- name: Update SPDX license data

View File

@ -46,7 +46,6 @@ jobs:
- name: Set up commit signing
uses: Homebrew/actions/setup-commit-signing@master
with:
ssh: true
signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }}
- name: Cache Bundler RubyGems

View File

@ -47,7 +47,6 @@ jobs:
if: github.event_name == 'workflow_dispatch'
uses: Homebrew/actions/setup-commit-signing@master
with:
ssh: true
signing_key: ${{ secrets.BREWTESTBOT_SSH_SIGNING_KEY }}
- name: Check out pull request