Skip to content

docs(github): correct action token configuration - #44795

Merged
neriousy merged 1 commit into
v2from
v2-action-docs
Aug 24, 2026
Merged

docs(github): correct action token configuration#44795
neriousy merged 1 commit into
v2from
v2-action-docs

Conversation

@neriousy

Copy link
Copy Markdown
Contributor

Summary

  • remove the stale legacy token documentation and never-valid github_token example from V2
  • document the current mentions, variant, oidc_base_url, and use_github_token inputs
  • show a complete caller-token configuration and clarify that OIDC permission is unnecessary in that mode
  • fix the malformed indentation in the manual workflow example

This is the V2 companion to #44793. The composite action and GitHub documentation are present on both branches even though the legacy handler implementation is not part of V2.

Thanks @harshil-mistry for identifying the stale input documentation in #44668.

Verification

  • Prettier
  • git diff --check
  • full V2 workspace typecheck from the pre-push hook (32/32 tasks)

Related to #44667

@neriousy
neriousy merged commit 1271131 into v2Aug 24, 2026
7 of 9 checks passed
@neriousy
neriousy deleted the v2-action-docs branch August 24, 2026 22:29
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@neriousy