Skip to content

Commit

Permalink
removed commented code from the ci/cd .yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
informatter committed Mar 15, 2024
1 parent d1e58f7 commit 7e90052
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
#arn:aws:iam::${{secrets.AWS_ACCOUNT_ID}}:user/github-actions-image-push
role-to-assume: arn:aws:iam::${{secrets.AWS_ACCOUNT_ID}}:role/GithHubActionsInformatter
# aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
# aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}

- name: Login to Amazon ECR
Expand Down

0 comments on commit 7e90052

Please sign in to comment.