Skip to content

Commit

Permalink
feat: removed old step of aws authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar authored Aug 28, 2023
1 parent 4ba7b59 commit ab60742
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,6 @@ jobs:
- name: Checkout git repo
uses: actions/checkout@v3

- name: Configure AWS credentials
if: ${{ inputs.provider == 'aws' }}
uses: aws-actions/[email protected]
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ inputs.aws-region }}

- name: Configure AWS credentials
if: ${{ inputs.provider == 'aws' }}
uses: aws-actions/configure-aws-credentials@v2
Expand Down

0 comments on commit ab60742

Please sign in to comment.