Commit dcc7efb
general-pr-review: declare ANTHROPIC_API_KEY for workflow_call (#120)
The workflow_call block declared no secrets, so a caller could only
reach ANTHROPIC_API_KEY through secrets: inherit, which forwards every
secret the calling repository can see. Declaring it lets callers pass
that one secret instead.
No behaviour change for existing consumers. The managed-repository
ruleset runs this workflow against each repo through its own
pull_request trigger rather than workflow_call, so the declaration is
inert there and the secret keeps resolving from the org secret. A code
search across ConductorOne and ductone finds no workflow_call references
to this file today.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 8c8b76b commit dcc7efb
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
0 commit comments