Skip to content

Commit

Permalink
Merge pull request #224 from communitiesuk/dependabot-github_actions-…
Browse files Browse the repository at this point in the history
…aws-actions-configure-aws-credentials-4

Bump aws-actions/configure-aws-credentials from 2 to 4
  • Loading branch information
aaronwilliamsv1 committed Nov 3, 2023
2 parents 8819b75 + 89d82ac commit a5c6466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: echo "datetime=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT

- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT }}:role/GithubCopilotDeploy
role-session-name: APPLICATION_STORE_${{ inputs.workspace }}_COPILOT_${{ steps.currentdatetime.outputs.datetime }}
Expand Down

0 comments on commit a5c6466

Please sign in to comment.