Skip to content

Commit 280d908

Browse files
committed
dummy
1 parent 9cdea22 commit 280d908

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coveo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Refresh coveo searchToken for docs dev/staging/production
22
on:
3+
pull_request:
34
workflow_dispatch:
45
schedule:
56
- cron: "0 */23 * * *"
@@ -28,7 +29,7 @@ jobs:
2829
id: generate-token
2930
continue-on-error: true
3031
env:
31-
COVEO_API_KEY: ${{secrets[matrix.env_api_key]}}
32+
COVEO_API_KEY: "<REMOVE>"
3233
COVEO_SEARCH_HUB: "HUB_ES_Nginx_Docs_And_Org"
3334
run: |
3435
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

Comments
 (0)