docs: clarify github token configuration#23488
Open
jjangga0214 wants to merge 2 commits intoanomalyco:devfrom
Open
docs: clarify github token configuration#23488jjangga0214 wants to merge 2 commits intoanomalyco:devfrom
jjangga0214 wants to merge 2 commits intoanomalyco:devfrom
Conversation
Contributor
|
The following comment was made by an LLM, it may be inaccurate: Based on my search results, here are potentially related PRs: Related PRs Found:
These PRs are contextually related to the GitHub token configuration topic, though they appear to address different aspects. PR #23488 is specifically documentation clarification, while the others are fixes or other docs improvements around the same feature area. |
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue for this PR
Closes #23487
Type of change
What does this PR do?
Updates the GitHub docs to match the current action interface. The docs previously referred to a
tokenoption and showedgithub_tokenin the workflow example, but the action usesuse_github_tokenand reads the token fromGITHUB_TOKEN.How did you verify your code works?
Compared the docs against
github/action.ymlandpackages/opencode/src/cli/cmd/github.tsto confirm the current action inputs and environment variable handling.Screenshots / recordings
Not applicable.
Checklist