We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4def7d commit 16a13c2Copy full SHA for 16a13c2
.github/workflows/chatbot_refresh_vector_index.yaml
@@ -51,7 +51,7 @@ jobs:
51
uses: ./.github/actions/configure-aws-credentials
52
with:
53
aws_region: eu-south-1
54
- role_to_assume: ${{ secrets.DEPLOY_IAM_ROLE }}
+ role_to_assume: ${{ secrets.IAM_ROLE_CHATBOT_REINDEX }}
55
56
- name: Refresh API Docs Vector Index
57
if: github.event.inputs.action_type == 'api'
0 commit comments