Get PR Push token
Version updated for https://github.com/tiangolo/pr-push to version 0.0.4.
- This action is used across all versions by 47 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The PR Push GitHub App issues short-lived, repository-scoped tokens to approved workflows that update existing pull request branches. It automates token management for workflow-triggered pushes to pull requests and manual commits on forks. The action uses GitHub’s OIDC authentication to securely grant access to repository contents and pull requests, ensuring only authorized workflows can generate and use tokens.
What’s Changed
Features
- ✨ Support workflow dispatch on PR branches. PR #19 by @tiangolo.
- ✨ Use PR Submit for release PRs. PR #16 by @tiangolo.
Docs
- 📝 Use GitHub CLI for Git authentication. PR #18 by @tiangolo.
- 📝 Use FastAPI Cloud deployment domain. PR #15 by @tiangolo.
- 📝 Show PR Push commit identity. PR #14 by @tiangolo.