Skip to content

Commit 16a13c2

Browse files
authored
Updated role in workflow (#1962)
1 parent d4def7d commit 16a13c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chatbot_refresh_vector_index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: ./.github/actions/configure-aws-credentials
5252
with:
5353
aws_region: eu-south-1
54-
role_to_assume: ${{ secrets.DEPLOY_IAM_ROLE }}
54+
role_to_assume: ${{ secrets.IAM_ROLE_CHATBOT_REINDEX }}
5555

5656
- name: Refresh API Docs Vector Index
5757
if: github.event.inputs.action_type == 'api'

0 commit comments

Comments
 (0)