Skip to content

Commit

Permalink
Update deprecated GH Action (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored Mar 14, 2023
1 parent ebc2b28 commit 20f3010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preprod-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Configure AWS credentials
if: github.ref == 'refs/heads/future'
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: ${{ secrets.PREPROD_AWS_REGION }}
role-to-assume: ${{ secrets.PREPROD_AWS_ROLE_TO_ASSUME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: mkdir -p upload/pulumi-plugins && mv package/*/*.tar.gz upload/pulumi-plugins/ && ls -la upload/pulumi-plugins/

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v2
if: github.ref == 'refs/heads/main'
with:
aws-region: ${{ secrets.AWS_REGION }}
Expand Down

0 comments on commit 20f3010

Please sign in to comment.