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 }}