We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def96ed commit ee00ad9Copy full SHA for ee00ad9
.github/workflows/bump-release.yml
@@ -39,4 +39,6 @@ jobs:
39
tag-message-body: ${{ inputs.tag-message-body }}
40
enable-tag-signing: 'false' # for testing on fork
41
enable-commit-signing: 'false' # for testing on fork
42
- secrets: inherit
+ 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