mirror of
https://github.com/Homebrew/brew.git
synced 2026-08-12 14:23:48 +04:00
Fix role used to push to ECR
This is the role that is specifically scoped for Homebrew/brew
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user