From 454e81d259a73dc69fb95f9e1454022af51f4dc4 Mon Sep 17 00:00:00 2001 From: Kim Harjamaki Date: Mon, 13 Jul 2026 12:27:43 +0300 Subject: [PATCH] fix(ci): wire release-please PAT into reusable workflow caller --- .github/workflows/release-please.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index fe74438..a123890 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -10,4 +10,6 @@ jobs: contents: write pull-requests: write issues: write - uses: Coding-Autopilot-System/.github/.github/workflows/release-please-reusable.yml@64c1673088ff7802f1270a44f03bc4d7a10631f2 + uses: Coding-Autopilot-System/.github/.github/workflows/release-please-reusable.yml@320a99a4c15487786dc73827ba7416303ab3fd1b + secrets: + release-please-token: ${{ secrets.RELEASE_PLEASE_TOKEN }}