Skip to content

Commit 1a1b259

Browse files
testing dev
1 parent 12417d9 commit 1a1b259

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

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

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@ on:
55
workflows: [ "CI/CD pull request" ]
66
types:
77
- completed
8-
workflow_dispatch:
9-
inputs:
10-
environment:
11-
description: Target environment
12-
required: true
13-
type: choice
14-
options: [ dev ]
8+
workflow_dispatch: #manual
159
push:
1610
paths:
1711
- "scripts/seed_users/seed_dynamodb.py"
@@ -38,14 +32,12 @@ jobs:
3832
- name: Install dependencies
3933
run: pip install boto3
4034

41-
- name: Configure AWS Credentials
35+
- name: "Configure AWS Credentials"
4236
uses: aws-actions/configure-aws-credentials@v4
4337
with:
44-
role-to-assume: >
45-
arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/service-roles/github-actions-api-deployment-role
38+
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/service-roles/github-actions-api-deployment-role
4639
aws-region: ${{ env.AWS_REGION }}
4740

48-
4941
- name: Run seed script
5042
run: |
5143
python .github/scripts/seed_dynamodb.py \

0 commit comments

Comments
 (0)