From bb15bc1ccc986f2128449130dbac3fe5e34db501 Mon Sep 17 00:00:00 2001 From: nmccready Date: Tue, 16 Jun 2026 12:33:45 -0400 Subject: [PATCH] ci: forward secrets to reusable dependabot auto-merge (release cascade) Pass secrets: inherit so the reusable auto-merge workflow can enable auto-merge with the GH_TOKEN PAT instead of GITHUB_TOKEN. A GITHUB_TOKEN merge does not trigger downstream workflows, so release.yml never fired after a Dependabot merge (no tag, no publish). See brickhouse-tech/.github. Co-Authored-By: Claude Opus 4.8 --- .github/workflows/dependabot-auto-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 0acbb46..818e9cc 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -9,3 +9,4 @@ permissions: jobs: dependabot: uses: brickhouse-tech/.github/.github/workflows/dependabot-auto-merge.yml@main + secrets: inherit