From d70fe880bd6d17beb7a90b29bcf7d050c1958f20 Mon Sep 17 00:00:00 2001 From: JacobPEvans <20714140+JacobPEvans-personal@users.noreply.github.com> Date: Sun, 31 May 2026 14:41:06 -0400 Subject: [PATCH] fix(ci): repoint release-please caller to org-native reusable workflow Point at dryvist/.github/_release-please.yml (org-owned, org release App) instead of the cross-account JacobPEvans-personal reusable. Passes the org-level GH_ACTION_RELEASE_PLEASE_PRIVATE_KEY secret. Refs: dryvist/terraform-github#6 Assisted-by: Claude:claude-opus-4-8 --- .github/workflows/release-please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 2aade78..22e6859 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -11,6 +11,6 @@ jobs: permissions: contents: write pull-requests: write - uses: JacobPEvans-personal/.github/.github/workflows/_release-please.yml@main + uses: dryvist/.github/.github/workflows/_release-please.yml@main secrets: - GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }} + GH_ACTION_RELEASE_PLEASE_PRIVATE_KEY: ${{ secrets.GH_ACTION_RELEASE_PLEASE_PRIVATE_KEY }}