feat!: remove deprecated inputs (#213)

BREAKING CHANGE: Removed deprecated inputs (`app_id`, `private_key`, `skip_token_revoke`) and made `app-id` and `private-key` required in the action configuration.
This commit is contained in:
Parker Brown
2025-04-03 12:09:57 -07:00
committed by GitHub
parent 23b44b2c8e
commit 5cc811bc40
8 changed files with 11 additions and 77 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "create-github-app-token",
"version": "1.11.6",
"version": "1.12.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "create-github-app-token",
"version": "1.11.6",
"version": "1.12.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",