1
0
Fork 0

Update secrets configuration in CI workflow for DOC_TOKEN

- Replaced `secrets: inherit` with explicit `DOC_TOKEN` in workflow file.
This commit is contained in:
Joao Gilberto Magalhaes 2026-02-07 23:42:57 -05:00
parent a07c3fc9e3
commit 343987ab58

View file

@ -184,4 +184,5 @@ jobs:
with:
folder: devops
project: ${{ github.event.repository.name }}
secrets: inherit
secrets:
DOC_TOKEN: ${{ secrets.DOC_TOKEN }}