Permissionizer Request Token
Version updated for https://github.com/permissionizer/request-token to version v1.1.1.
- This action is used across all versions by 2 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action requests a temporary token from the Permissionizer App to perform actions on different repositories. It automates the process of obtaining tokens with specific permissions and can optionally revoke them after use. The action is useful when integrating with external systems or services that require elevated access credentials without compromising the main repository’s security.
What’s Changed
What’s Changed
- Update all dependencies and CI tooling by @gavlyukovskiy in https://github.com/permissionizer/request-token/pull/82
- Try new self-action syntax by @gavlyukovskiy in https://github.com/permissionizer/request-token/pull/84
Full Changelog: https://github.com/permissionizer/request-token/compare/v1.1.0...v1.1.1