We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1956c14 commit a33a171Copy full SHA for a33a171
1 file changed
.github/workflows/cicd-4b-preprod-seed-users.yml
@@ -6,6 +6,12 @@ on:
6
types:
7
- completed
8
workflow_dispatch:
9
+ inputs:
10
+ environment:
11
+ description: Target environment
12
+ required: true
13
+ type: choice
14
+ options: [ dev ]
15
push:
16
paths:
17
- ".github/scripts/seed_dynamodb.py"
@@ -39,6 +45,7 @@ jobs:
39
45
arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/service-roles/github-actions-api-deployment-role
40
46
aws-region: ${{ env.AWS_REGION }}
41
47
48
+
42
49
- name: Run seed script
43
50
run: |
44
51
python .github/scripts/seed_dynamodb.py \
0 commit comments