Skip to content

Commit

Permalink
Use separate CI key for CI signing. (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiggoha authored Sep 8, 2023
1 parent abcfd9c commit 65282a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ steps:
- '{"origin": "${_ORIGIN}", "bucket": "${_LOG_NAME}"}'
substitutions:
# Build-related.
_REGION: europe-west2
_TRUSTED_APPLET_BUCKET: trusted-applet-artifacts
_TAMAGO_VERSION: '1.20.6'
# Signing-related.
_REGION: europe-west2
_KMS_KEY: trusted-applet
_KMS_KEYRING: armored-witness
_KMS_KEY_VERSION: '1'
Expand Down
4 changes: 2 additions & 2 deletions release/cloudbuild_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ steps:
- '{"origin": "${_ORIGIN}", "bucket": "${_LOG_NAME}"}'
substitutions:
# Build-related.
_REGION: europe-west2
_TRUSTED_APPLET_BUCKET: trusted-applet-artifacts-ci
_TAMAGO_VERSION: '1.20.6'
_TEST_TAG_NAME: '0.1.2'
# Signing-related.
_KMS_KEY: trusted-applet
_REGION: europe-west2
_KMS_KEY: trusted-applet-ci
_KMS_KEYRING: armored-witness
_KMS_KEY_VERSION: '1'
# Log-related.
Expand Down

0 comments on commit 65282a5

Please sign in to comment.