Skip to content

Commit

Permalink
add the rest of the signing keys ids
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Dec 19, 2024
1 parent 1f28969 commit d65ef39
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
branch-prefix: ${{ needs.create-branch-prefix.outputs.branch-prefix }}
directories: ${{ matrix.benchmark_group.directories }}
exclude-dirs: ${{ needs.get-exclude-dirs.outputs.exclude-dirs }}
signing-key-id: C8B77BCBE16CD2B94B43F9C8757397B82D4ED7B0

squash-branches:
needs: [run-benchmarks, create-branch-prefix]
Expand Down Expand Up @@ -135,6 +136,7 @@ jobs:
branch-name: ${{ needs.create-branch-prefix.outputs.base-branch }}
commit-message: 'analyze benchmark results'
create-branch: 'false'
signing-key-id: C8B77BCBE16CD2B94B43F9C8757397B82D4ED7B0

create-pr:
needs:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/benchmark_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
required: false
type: string
default: ''
signing-key-id:
required: true
type: string
description: 'Signing key ID to use for signing commits'

secrets:
GPG_SIGNING_KEY:
Expand Down Expand Up @@ -121,3 +125,4 @@ jobs:
commit-message: 'Run benchmarks for ${{ matrix.test.displayPath }}'
gpg_signing_key: ${{ secrets.GPG_SIGNING_KEY }}
create-branch: 'true'
signing-key-id: ${{ inputs.signing-key-id }}
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
branch-name: ${{ needs.create-branch-prefix.outputs.base-branch }}
commit-message: 'Prepare release ${{ inputs.release-version }}'
gpg_signing_key: ${{ secrets.GPG_SIGNING_KEY }}
signing-key-id: C8B77BCBE16CD2B94B43F9C8757397B82D4ED7B0

- name: Publish to npm
run: |
Expand Down Expand Up @@ -166,6 +167,7 @@ jobs:
commit-message: 'Update test files for ${{ matrix.test.displayPath }}'
gpg_signing_key: ${{ secrets.GPG_SIGNING_KEY }}
create-branch: 'true'
signing-key-id: C8B77BCBE16CD2B94B43F9C8757397B82D4ED7B0

squash-branches:
needs:
Expand Down

0 comments on commit d65ef39

Please sign in to comment.