use-app-token
use-app-token copied to clipboard
🔑 Run GitHub Actions as a GitHub App by using the app's authentication token
### Description Update runtime to Node 20 ### Motivation and Context Node.js 16 actions are deprecated. Refs: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ ### Types of changes - [ ] **Bug fix** (non-breaking change which...
### Description Add token revokal, as found in [@actions/create-github-app-token](https://github.com/actions/create-github-app-token). ### Motivation and Context The change is mostly a _preventive_ change, as it's not clear if there are count limits/TTL on...