Commit ac04632
authored
CompatHelper: inherit secrets in reusable caller (#20)
## Summary
- add `secrets: "inherit"` to `.github/workflows/CompatHelper.yml`
- keep workflow behavior unchanged otherwise
## Why
This lets the reusable CompatHelper workflow receive `COMPATHELPER_PAT`
when available, so token-owner detection uses the PAT owner path
(ITensorBot) instead of falling back to the GitHub App token path.
## Scope
- minimal one-line workflow caller patch
- prep step so repos are in a common state ahead of the broader
security-workflow rollout1 parent c82a090 commit ac04632
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
0 commit comments