Update secrets configuration in CI workflow for DOC_TOKEN
- Replaced `secrets: inherit` with explicit `DOC_TOKEN` in workflow file.
This commit is contained in:
parent
a07c3fc9e3
commit
343987ab58
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -184,4 +184,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
folder: devops
|
folder: devops
|
||||||
project: ${{ github.event.repository.name }}
|
project: ${{ github.event.repository.name }}
|
||||||
secrets: inherit
|
secrets:
|
||||||
|
DOC_TOKEN: ${{ secrets.DOC_TOKEN }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue