Skip to content

Commit

Permalink
Providers GitHub action (#55)
Browse files Browse the repository at this point in the history
* setup for github action

* added .env to gitignore

* added new workflow

* filter action with path

* changed gitignore

* updated aws-credentials to v2
  • Loading branch information
johncalesp authored Mar 30, 2023
1 parent 89b9bd4 commit ce2544e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-vsix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secrets.HABITAT_AWS_ACCESS_KEY }}
aws-region: ${{ secrets.HABITAT_AWS_REGION }}
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secrets.HABITAT_AWS_ACCESS_KEY }}
aws-region: ${{ secrets.HABITAT_AWS_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-cloud-providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Set AWS credentials"
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: ${{ secrets.DV_EXPLORE_AWS_REGION }}
aws-access-key-id: ${{ secrets.DV_EXPLORE_AWS_ACCESS_KEY }}
Expand Down

0 comments on commit ce2544e

Please sign in to comment.