File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
.github/workflows/actions/deploy-terraform-infrastructure Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,10 @@ runs:
217
217
- name : Prepare variables
218
218
shell : bash
219
219
id : prepare
220
- run : echo "mithril_aggregator_ancillary_signer_gcp_kms_credentials_base64=$(echo '${{ inputs.mithril_aggregator_ancillary_signer_gcp_kms_credentials }}' | base64 -w 0)" >> $GITHUB_OUTPUT
220
+ run : |
221
+ MITHRIL_AGGREGATOR_ANCILLARY_SIGNER_GCP_KMS_CREDENTIALS_BASE64=$(echo '${{ inputs.mithril_aggregator_ancillary_signer_gcp_kms_credentials }}' | base64 -w 0)
222
+ echo "::add-mask::$MITHRIL_AGGREGATOR_ANCILLARY_SIGNER_GCP_KMS_CREDENTIALS_BASE64"
223
+ echo "mithril_aggregator_ancillary_signer_gcp_kms_credentials_base64=$MITHRIL_AGGREGATOR_ANCILLARY_SIGNER_GCP_KMS_CREDENTIALS_BASE64" >> $GITHUB_OUTPUT
221
224
222
225
- name : Prepare terraform variables
223
226
shell : bash
You can’t perform that action at this time.
0 commit comments