There was an error while loading. Please reload this page.
1 parent 7f3a1ec commit d3fc144Copy full SHA for d3fc144
1 file changed
.github/workflows/release-and-deploy-bfd.yml
@@ -16,13 +16,10 @@ on:
16
required: false
17
default: ""
18
aws-region:
19
- description: >-
20
- Override the AWS Region
+ description: "Override the AWS Region"
21
default: us-east-1
22
type: choice
23
- options:
24
- - us-east-1
25
- - us-west-2
+ options: [us-east-1, us-west-2]
26
27
push:
28
branches:
@@ -127,6 +124,8 @@ jobs:
127
124
steps:
128
125
- name: Load Slack webhook
129
126
uses: cmsgov/cdap/actions/aws-params-env-action@main
+ env:
+ AWS_REGION: ${{ github.event.inputs.aws-region || 'us-east-1' }}
130
with:
131
params: |
132
SLACK_WEBHOOK_URL=/bfd/platform/alerting/sensitive/slack/bfd-notices/webhook
0 commit comments