Skip to content

Commit ac04632

Browse files
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 rollout
1 parent c82a090 commit ac04632

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ jobs:
1212
uses: "ITensor/ITensorActions/.github/workflows/CompatHelper.yml@main"
1313
with:
1414
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
15+
secrets: "inherit"

0 commit comments

Comments
 (0)