We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0303c6b commit 4a0849fCopy full SHA for 4a0849f
.github/scripts/fix_cdk_json.sh
@@ -42,3 +42,5 @@ fix_string_key versionNumber "${VERSION_NUMBER}"
42
fix_string_key commitId "${COMMIT_ID}"
43
fix_string_key logRetentionInDays "${LOG_RETENTION_IN_DAYS}"
44
fix_string_key logLevel "${LOG_LEVEL}"
45
+fix_string_key slackBotToken "${SLACK_BOT_TOKEN}"
46
+fix_string_key slackSigningSecret "${SLACK_SIGNING_SECRET}"
0 commit comments