Skip to content

Commit ee00ad9

Browse files
committed
pass secrets in CI explicitly (temporary, fork-specific)
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent def96ed commit ee00ad9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bump-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ jobs:
3939
tag-message-body: ${{ inputs.tag-message-body }}
4040
enable-tag-signing: 'false' # for testing on fork
4141
enable-commit-signing: 'false' # for testing on fork
42-
secrets: inherit
42+
secrets: # need to be explicitly passed since we cross repos and those are not organization secrets for the fork
43+
github-app-id: ${{ secrets.CI_BOT_APP_ID }}
44+
github-app-private-key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)