Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit fbd4e48

Browse files
committed
Shorten description
1 parent 5ab5087 commit fbd4e48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: GitHub App token
22
author: Thibault Derousseaux <tibdex@gmail.com>
3-
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.
3+
description: Run a GitHub Action as a GitHub App instead of using secrets.GITHUB_TOKEN or a personal access token.
44
inputs:
55
app_id:
66
description: ID of the GitHub App.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-app-token",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "MIT",
55
"files": [
66
"action.yml",

0 commit comments

Comments
 (0)