Skip to content

Commit 5eecc0e

Browse files
authored
Merge pull request #617 from WalletConnect/feat/change-canary-ecr-repo
feat: change canary ECR repo
2 parents d8623e9 + ab2978f commit 5eecc0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish_canary.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
- name: Configure AWS Credentials
1717
uses: aws-actions/configure-aws-credentials@v4
1818
with:
19-
role-to-assume: ${{ secrets.AWS_ROLE_ECR_DEPLOYER }}
20-
aws-region: ${{ vars.AWS_REGION }}
19+
aws-access-key-id: ${{ secrets.AWS_ECR_PUBLISHER_ACCESS_KEY_ID }}
20+
aws-secret-access-key: ${{ secrets.AWS_ECR_PUBLISHER_SECRET_ACCESS_KEY }}
21+
aws-region: eu-central-1
2122

2223
- name: Login to Amazon ECR
2324
id: login-ecr

0 commit comments

Comments
 (0)