mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
workflows: remove no-op ssh signing value
Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
parent
e73e9fa10a
commit
b6cad3be14
1
.github/workflows/schemas.yml
vendored
1
.github/workflows/schemas.yml
vendored
@ -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
|
||||
|
1
.github/workflows/sorbet.yml
vendored
1
.github/workflows/sorbet.yml
vendored
@ -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
|
||||
|
1
.github/workflows/spdx.yml
vendored
1
.github/workflows/spdx.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
1
.github/workflows/vendor-gems.yml
vendored
1
.github/workflows/vendor-gems.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user