We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86fa7e commit f60ec4cCopy full SHA for f60ec4c
.github/workflows/amazon_bedrock.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: AWS authentication
70
id: aws-auth
71
if: github.event.pull_request.head.repo.full_name == github.repository && !startsWith(github.event.pull_request.head.ref, 'dependabot/')
72
- uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df
+ uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a
73
with:
74
aws-region: ${{ env.AWS_REGION }}
75
role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }}
0 commit comments