Skip to content

Commit f9577a0

Browse files
committed
Update node-build for tools namespace
1 parent 2c50ee1 commit f9577a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
DEFAULT_APPLICATION_ENVIRONMENT:
55
required: true
66
type: string
7-
default: dev
7+
default: tools
88
workflow_call:
99
inputs:
1010
COMPONENT_NAME:
@@ -61,7 +61,7 @@ jobs:
6161
- name: Configure AWS credentials (OIDC)
6262
uses: aws-actions/configure-aws-credentials@v4
6363
with:
64-
role-to-assume: arn:aws:iam::${{ secrets.TARGET_AWS_ACCOUNT_ID }}:role/github-actions-role
64+
role-to-assume: arn:aws:iam::${{ secrets.ECR_TARGET_ACCOUNT_ID }}:role/github-actions-role
6565
aws-region: ${{ env.AWS_REGION }}
6666
role-session-name: GitHubActions
6767

@@ -113,7 +113,7 @@ jobs:
113113
- name: Configure AWS Credentials
114114
uses: aws-actions/configure-aws-credentials@v2
115115
with:
116-
role-to-assume: ${{ secrets.AWS_TERRAFORM_ROLE_TO_ASSUME }}
116+
role-to-assume: arn:aws:iam::${{ secrets.ECR_TARGET_ACCOUNT_ID }}:role/github-actions-role
117117
role-session-name: wfprev-terraform-s3
118118
aws-region: ca-central-1
119119

0 commit comments

Comments
 (0)