Skip to content

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

Merged
neriousy merged 1 commit into
devfrom
github-action-docs
Aug 24, 2026
Merged

docs(github): correct action token configuration#44793
neriousy merged 1 commit into
devfrom
github-action-docs

Conversation

@neriousy

Copy link
Copy Markdown
Contributor

Summary

  • remove the stale legacy token documentation and never-valid github_token example
  • 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

The legacy token input was removed when the action switched to opencode github run; #5459 subsequently established use_github_token plus the GITHUB_TOKEN environment variable as the supported replacement.

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

Verification

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

Fixes#44667

@neriousy
neriousy merged commit 18b4cb6 into devAug 24, 2026
10 checks passed
@neriousy
neriousy deleted the github-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.

GitHub Action docs document a token input that does not exist

1 participant

@neriousy