Fix role used to push to ECR

This is the role that is specifically scoped for Homebrew/brew
This commit is contained in:
Michka Popoff
2026-08-11 22:15:06 +02:00
parent d67b92d2de
commit 2347a87946
+1 -1
View File
@@ -414,7 +414,7 @@ jobs:
id: aws_registry_credentials
uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_PROJECT_ID }}:role/GithubActionsRoleECRPush
role-to-assume: arn:aws:iam::${{ secrets.AWS_PROJECT_ID }}:role/GithubActionsRoleECRPushBrew
aws-region: us-east-1
- name: AWS Elastic Container Registry Login