Skip to content

Commit 9fa8f4b

Browse files
authored
ci(release-please): pin reusable @1.0.0 and use secrets: inherit (#30)
github-workflows-public 1.0.0 reads the App credentials from the org-level RELEASE_PLEASE_CLIENT_ID variable and RELEASE_PLEASE_PRIVATE_KEY secret automatically, so callers only need `secrets: inherit`. PRs opened by the App identity trigger downstream pull_request workflows; PRs opened by the default GITHUB_TOKEN do not (GitHub anti-recursion), which previously left release PRs unmergeable on repos with required checks. Assisted-by: Claude Code
1 parent 7d67f73 commit 9fa8f4b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ permissions: {}
1010

1111
jobs:
1212
release-please:
13-
uses: opencoreemr/github-workflows-public/.github/workflows/release-please-reusable.yml@0.0.6
13+
uses: opencoreemr/github-workflows-public/.github/workflows/release-please-reusable.yml@1.0.0
1414
permissions:
1515
contents: write
1616
pull-requests: write
17+
secrets: inherit

0 commit comments

Comments
 (0)