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 1f21fc6 commit 6939994Copy full SHA for 6939994
.github/workflows/amazon_bedrock.yml
@@ -69,7 +69,7 @@ jobs:
69
# Do not authenticate on pull requests from forks
70
- name: AWS authentication
71
if: github.event.pull_request.head.repo.full_name == github.repository
72
- uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5
+ uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df
73
with:
74
aws-region: ${{ env.AWS_REGION }}
75
role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }}
0 commit comments