Skip to content

Commit 2c245a0

Browse files
committed
Added ECR creds
1 parent 4c59f1f commit 2c245a0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/feature-branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
2424
registry: "${{ secrets.ECR_REGISTRY }}"
2525
secret-outputs-passphrase: "${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
26+
ecr-region: "${{ secrets.ECR_REGION }}"
27+
ecr-iam-role: "${{ secrets.ECR_IAM_ROLE }}"

.github/workflows/main-branch.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ jobs:
1717
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
1818
registry: "${{ secrets.ECR_REGISTRY }}"
1919
secret-outputs-passphrase: "${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
20+
ecr-region: "${{ secrets.ECR_REGION }}"
21+
ecr-iam-role: "${{ secrets.ECR_IAM_ROLE }}"

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ jobs:
1818
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
1919
registry: "${{ secrets.ECR_REGISTRY }}"
2020
secret-outputs-passphrase: "${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
21+
ecr-region: "${{ secrets.ECR_REGION }}"
22+
ecr-iam-role: "${{ secrets.ECR_IAM_ROLE }}"

0 commit comments

Comments
 (0)