Skip to content

Commit

Permalink
Remove old file and change role name
Browse files Browse the repository at this point in the history
Signed-off-by: ivababukova <[email protected]>
  • Loading branch information
ivababukova committed Oct 27, 2023
1 parent 48c430e commit 766f09d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
29 changes: 0 additions & 29 deletions .ci.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/ci-api-role
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/ci-role-api
aws-region: ${{ secrets.AWS_REGION }}

- id: login-ecr
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/ci-api-role-test
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/ci-role-api
aws-region: ${{ secrets.AWS_REGION }}

- id: login-ecr
Expand Down

0 comments on commit 766f09d

Please sign in to comment.