Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# auth to aws
- name: Configure AWS Credentials to assume deployment Role
uses: aws-actions/configure-aws-credentials@5f81b77081d9eb79d8f9cc6ab6880645209baae7
uses: aws-actions/configure-aws-credentials@930440c6817aa426f625c392392d41129b016a7a
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
role-session-name: GitHub_Action_deploy_library
Expand Down
Loading