diff --git a/action.yml b/action.yml index 0c5ef16..3863ad7 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: GitHub App token author: Thibault Derousseaux -description: Used to impersonate a GitHub App in a GitHub Action when secrets.GITHUB_TOKEN's limitations are too restrictive and a personal access token is not suitable. +description: Run a GitHub Action as a GitHub App instead of using secrets.GITHUB_TOKEN or a personal access token. inputs: app_id: description: ID of the GitHub App. diff --git a/package.json b/package.json index 415dd08..de15a19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-app-token", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "files": [ "action.yml",