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 6b10804 commit 9cdea22Copy full SHA for 9cdea22
.github/workflows/coveo.yml
@@ -25,6 +25,8 @@ jobs:
25
run: sudo apt-get install jq
26
27
- name: Generating token for ${{matrix.env_name}} ...
28
+ id: generate-token
29
+ continue-on-error: true
30
env:
31
COVEO_API_KEY: ${{secrets[matrix.env_api_key]}}
32
COVEO_SEARCH_HUB: "HUB_ES_Nginx_Docs_And_Org"
@@ -61,6 +63,7 @@ jobs:
61
63
echo "{\"token\": \"$SEARCH_TOKEN\", \"org_id\": \"${{matrix.env_coveo_org_id}}\"}" > coveo/search_token.json
62
64
65
- name: Upload token for ${{matrix.env_name}}
66
+ if: ${{ steps.generate-token.outcome == 'success' }}
67
uses: actions/upload-artifact@v4
68
with:
69
name: ${{matrix.env_name}}
0 commit comments