Skip to content

Commit a33a171

Browse files
testing dev
1 parent 1956c14 commit a33a171

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/cicd-4b-preprod-seed-users.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
types:
77
- completed
88
workflow_dispatch:
9+
inputs:
10+
environment:
11+
description: Target environment
12+
required: true
13+
type: choice
14+
options: [ dev ]
915
push:
1016
paths:
1117
- ".github/scripts/seed_dynamodb.py"
@@ -39,6 +45,7 @@ jobs:
3945
arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/service-roles/github-actions-api-deployment-role
4046
aws-region: ${{ env.AWS_REGION }}
4147

48+
4249
- name: Run seed script
4350
run: |
4451
python .github/scripts/seed_dynamodb.py \

0 commit comments

Comments
 (0)