Skip to content

Commit c8c3ade

Browse files
committed
fix: typo in deploy
1 parent 2e6ba6d commit c8c3ade

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,11 @@ jobs:
4949
steps:
5050
- name: Checkout code
5151
uses: actions/checkout@v3
52-
53-
- name: DEBUG - Show Role ARN
54-
run: echo "The role being used is ${{ secrets.AWS_ROLE_ARN }}"
55-
env:
56-
AWS_ROLE_ARN: arn:aws:iam::615201069679:role/GitHubActions_ECS_Role
5752

5853
- name: Configure AWS credentials
5954
uses: aws-actions/configure-aws-credentials@v4
6055
with:
61-
# PASTE YOUR NEW ROLE ARN HERE
62-
role-to-assume: arn:aws:iam::615201069679:role/GitHubActions_ECSDemo_Role
56+
role-to-assume: arn:aws:iam::615201069679:role/GitHubActions_ECS_Role
6357
aws-region: ap-south-1
6458

6559
- name: Setup Terraform

0 commit comments

Comments
 (0)