Below you will find pages that utilize the taxonomy term “Tiangolo”
August 9, 2026
Get PR Submit token
Version updated for https://github.com/tiangolo/pr-submit to version 0.0.1.
This action is used across all versions by 34 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The PR Submit GitHub App automates the process of issuing short-lived, repository-scoped tokens for workflows that create branches and pull requests. It helps manage access permissions and ensures secure token issuance, focusing on security through OAuth 2.0 with OIDC in specific contexts.
August 8, 2026
Get PR Push token
Version updated for https://github.com/tiangolo/pr-push to version 0.0.3.
This action is used across all versions by 32 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 automates the process of obtaining a short-lived, repository-scoped token for approved workflows that update existing pull request branches. It solves the problem of managing tokens securely and efficiently by allowing authorized workflows to request them directly from the app without exposing sensitive information in the repository’s codebase. The action provides features such as token verification based on workflow versions and branch origin, ensuring secure and controlled access.
August 8, 2026
Get PR Push token
Version updated for https://github.com/tiangolo/pr-push to version 0.0.1.
This action is used across all versions by 4 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 automates the process of issuing short-lived, repository-scoped tokens for workflows that update pull request branches. It helps manage access to sensitive information securely and efficiently by granting permissions only to authorized workflows, thereby enhancing security and reducing potential vulnerabilities. The action ensures that tokens are issued only when necessary and is designed to integrate seamlessly with GitHub Actions workflows.