Skip to content

Commit

Permalink
Testing new way to login in github actions, after terraforming all th…
Browse files Browse the repository at this point in the history
…e infrastructure
  • Loading branch information
Marcus Sanchez committed Oct 4, 2024
1 parent d7e560f commit c5b7bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up AWS CLI
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/new-eks-deployer
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/eks-federated-deployer
role-session-name: eks-deployer-testing
aws-region: ${{ secrets.AWS_REGION }}
mask-aws-account-id: true
Expand Down

0 comments on commit c5b7bf8

Please sign in to comment.