Skip to content

Commit 0d6481e

Browse files
authored
fix: ensure that Meilisearch secret is used in workflows (#1400)
1 parent 9966263 commit 0d6481e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ on:
4444
env:
4545
PACKAGE_NAME: ansys-dpf-core
4646
MODULE: core
47-
MEILISEARCH_PUBLIC_API_KEY: ${{ secrets.MEILISEARCH_PUBLIC_API_KEY }}
4847

4948
jobs:
5049
doc-style:
@@ -144,6 +143,8 @@ jobs:
144143
run: |
145144
build_doc.bat > ..\doc\log.txt && type ..\doc\log.txt 2>&1
146145
timeout-minutes: 60
146+
env:
147+
MEILISEARCH_PUBLIC_API_KEY: ${{ secrets.MEILISEARCH_PUBLIC_API_KEY }}
147148

148149
- name: "Check for success"
149150
shell: bash

0 commit comments

Comments
 (0)