We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6fb67 commit 7642697Copy full SHA for 7642697
.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@ececac1a45f3b08a01d2dd070d28d111c5fe6722
+ uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5
73
with:
74
aws-region: ${{ env.AWS_REGION }}
75
role-to-assume: ${{ secrets.AWS_CI_ROLE_ARN }}
0 commit comments