Add GitHub Apps documentation and stdin token example#467
Merged
josegonzalez merged 2 commits intojosegonzalez:masterfrom Dec 12, 2025
Merged
Add GitHub Apps documentation and stdin token example#467josegonzalez merged 2 commits intojosegonzalez:masterfrom
josegonzalez merged 2 commits intojosegonzalez:masterfrom
Conversation
Add example showing how to pipe a token from stdin using file:///dev/stdin to avoid storing tokens in environment variables or command history. Closes josegonzalez#187
- Add GitHub Apps authentication section with setup steps and CI/CD workflow example using actions/create-github-app-token - Remove outdated machine-man-preview header (graduated 2020) Closes josegonzalez#189
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.
Users have asked for documentation on
--as-appsetup (#189) and reading tokens from stdin (#187).This PR adds:
docs: add stdin token example to README (closes #187)
file:///dev/stdinfor Unix-like systemsAdd GitHub Apps documentation and remove outdated header (closes #189)
actions/create-github-app-token.machine-man-previewheader (graduated August 2020, no longer required)--as-appand a GitHub App installation token against a live repository. Works.