Skip to content

Commit be418dc

Browse files
authored
Change endpoint for coveo token updates (#411)
fix: Changed endpoint for coveo token updates
1 parent cff3dad commit be418dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coveo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
COVEO_API_KEY: ${{secrets[matrix.env_api_key]}}
3030
COVEO_SEARCH_HUB: "HUB_ES_Nginx_Docs_And_Org"
3131
run: |
32-
RESPONSE=$(curl -w "\nHTTP_CODE: %{http_code}" -s -X POST "https://${{matrix.env_coveo_org_id}}.org.coveo.com/rest/search/v2/token" \
32+
RESPONSE=$(curl -w "\nHTTP_CODE: %{http_code}" -s -X POST "https://platform.cloud.coveo.com/rest/search/v2/token?organizationId=${{matrix.env_coveo_org_id}}" \
3333
-H "Accept: application/json" \
3434
-H "Content-Type: application/json" \
3535
-H "Authorization: Bearer ${COVEO_API_KEY}" \

0 commit comments

Comments
 (0)