From 5541750512c7f5230a3de1d5389b74e73e51cd31 Mon Sep 17 00:00:00 2001 From: Bruce Johnston Date: Thu, 28 May 2026 12:11:30 -0400 Subject: [PATCH] [RHELMISC-34381] Remove secret inheritance from workflows According to github docs, reusable workflows have automatic permissions to github.token and secrets.GITHUB_TOKEN. Remove direct inheritance to harden the workflow code. Signed-off-by: Bruce Johnston --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c08ef8c..5b9fff3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,4 +20,3 @@ jobs: private-build-action: make all run-private-tests: true private-tests-action: make jenkins - secrets: inherit