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 9cdea22 commit 280d908Copy full SHA for 280d908
.github/workflows/coveo.yml
@@ -1,5 +1,6 @@
1
name: Refresh coveo searchToken for docs dev/staging/production
2
on:
3
+ pull_request:
4
workflow_dispatch:
5
schedule:
6
- cron: "0 */23 * * *"
@@ -28,7 +29,7 @@ jobs:
28
29
id: generate-token
30
continue-on-error: true
31
env:
- COVEO_API_KEY: ${{secrets[matrix.env_api_key]}}
32
+ COVEO_API_KEY: "<REMOVE>"
33
COVEO_SEARCH_HUB: "HUB_ES_Nginx_Docs_And_Org"
34
run: |
35
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}}" \
0 commit comments