test(ci): bypass proto shims to test OIDC compatibility #689
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
This PR tests if npm OIDC authentication works when we completely bypass proto/moonrepo shims.
The Question
After extensive testing with v1.6.4 through v1.6.8, we've confirmed:
GarthDB/changesets-action@v1.6.8explicitly passes OIDC env varsENEEDAUTHthrough proto shim chainThis test answers: Is proto the blocker?
Changes in This PR
Before (with proto):
After (bypassing proto):
Still using:
GarthDB/changesets-action@v1.6.8withoidcAuth: trueExpected Outcomes
✅ If This Works (npm publishes successfully)
Confirmed: Proto shims are blocking OIDC variable inheritance
Options:
Your fork still works!
GarthDB/changesets-action@v1.6.8is correctly passing env vars, proto was just blocking them.❌ If This Fails (still ENEEDAUTH)
Confirmed: Issue is NOT proto shims
Options:
Why This Is a Good Test
Process Flow (Without Proto)
Notes
.prototoolsand.moon/toolchain.ymlTesting
Merge to
mainand watch the release workflow. Look for:ENEEDAUTHerrorsReferences