Commit d576d75
fix: add secret fallback in intermediate workflow forwarding
When callers use `secrets: inherit`, the declared secret inputs
(e.g., gpg-private-key) are empty — only org-level secrets
(e.g., CI_BOT_GPG_PRIVATE_KEY) are available. Without fallbacks
in the intermediate forwarding, nested workflows receive empty
secrets and the leaf-level fallbacks never trigger.
Adds `|| secrets.CI_BOT_*` fallback to both nested workflow calls
in bump-release-monorepo.yml, matching the pattern already used in
bump-release.yml and prepare-release-monorepo.yml.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 565504e commit d576d75
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
158 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments