From c283ca2f840872365d3f8a6fc475e8d58d947151 Mon Sep 17 00:00:00 2001 From: Jeremy Bernard Date: Tue, 1 Sep 2026 14:14:29 +0200 Subject: [PATCH] ci(release-please): only pass required secrets to workflow --- ...t-on-pr-title.yml => conventional-commit-on-pr-title.yaml} | 0 .github/workflows/{release-please.yml => release-please.yaml} | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{conventional-commit-on-pr-title.yml => conventional-commit-on-pr-title.yaml} (100%) rename .github/workflows/{release-please.yml => release-please.yaml} (70%) diff --git a/.github/workflows/conventional-commit-on-pr-title.yml b/.github/workflows/conventional-commit-on-pr-title.yaml similarity index 100% rename from .github/workflows/conventional-commit-on-pr-title.yml rename to .github/workflows/conventional-commit-on-pr-title.yaml diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yaml similarity index 70% rename from .github/workflows/release-please.yml rename to .github/workflows/release-please.yaml index f0626e6f..7242a3a6 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yaml @@ -16,4 +16,6 @@ jobs: if: github.repository_owner == 'iExecBlockchainComputing' # release-please-v2.2.0 uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/release-please.yml@4e2e817b7c2dcab27a671b630e23d07f5fc94daf - secrets: inherit + secrets: + RELEASE_PLEASE_APPLICATION_ID: ${{ secrets.RELEASE_PLEASE_APPLICATION_ID }} + RELEASE_PLEASE_PRIVATE_KEY: ${{ secrets.RELEASE_PLEASE_PRIVATE_KEY }}