Skip to content

Commit

Permalink
Update aws credentials configuration actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vcerenu committed Sep 16, 2024
1 parent c783574 commit 8095b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Puppet_module_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Configure aws credentials
if: ${{ inputs.upload == true }}
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_IAM_PUPPET_ROLE }}
aws-region: "${{ secrets.AWS_REGION }}"
Expand Down

0 comments on commit 8095b78

Please sign in to comment.