From f1c60739bc6978f870210379d9c63a070dd5cafa Mon Sep 17 00:00:00 2001 From: ashutosh-ukey Date: Fri, 13 Mar 2026 14:53:14 +0000 Subject: [PATCH] ci: fix shared release-please workflow bug pt 2 --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9b741e7..697a10e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,11 @@ jobs: release-please: uses: circlefin/circle-public-github-workflows/.github/workflows/conventional-commit-release.yaml@v1 if: ${{ github.repository_owner == 'circlefin' }} - secrets: inherit + secrets: + RELEASE_TOKEN: ${{ secrets.PUBLIC_RELEASES_TOKEN }} + RELEASE_ACTOR_GPG_PRIVATE_KEY: ${{ secrets.PUBLIC_RELEASES_GPG_PRIVATE_KEY }} + RELEASE_ACTOR_GPG_PASSPHRASE: ${{ secrets.PUBLIC_RELEASES_GPG_PASSPHRASE }} + RELEASE_ACTOR_GPG_KEY_FINGERPRINT: ${{ secrets.PUBLIC_RELEASES_GPG_FINGERPRINT }} with: release_type: node changelog_types: |