From 343987ab5853db1dea5574b6bde49decc0a8fac6 Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Sat, 7 Feb 2026 23:42:57 -0500 Subject: [PATCH] Update secrets configuration in CI workflow for `DOC_TOKEN` - Replaced `secrets: inherit` with explicit `DOC_TOKEN` in workflow file. --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2cc41d6..f500c7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -184,4 +184,5 @@ jobs: with: folder: devops project: ${{ github.event.repository.name }} - secrets: inherit + secrets: + DOC_TOKEN: ${{ secrets.DOC_TOKEN }} \ No newline at end of file