Merge pull request #19666 from Homebrew/rm-ssh-no-op
workflows: remove no-op ssh signing value
This commit is contained in:
commit
0b0467716f
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