Skip to content

Commit

Permalink
fix(gha): update role to assume for push-main workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra authored Sep 14, 2023
1 parent 88568e7 commit 65098dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2.2.0
with:
role-to-assume: arn:aws:iam::292999226676:role/github_actions-falcosidekick-ecr
role-to-assume: arn:aws:iam::292999226676:role/github_actions-falcosidekick-ui-ecr
aws-region: us-east-1

- name: Login to Amazon ECR
Expand Down

0 comments on commit 65098dd

Please sign in to comment.