mirror of
https://github.com/status-im/github-app-token.git
synced 2026-08-31 02:51:08 +00:00
Shorten description
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
name: GitHub App token
|
||||
author: Thibault Derousseaux <tibdex@gmail.com>
|
||||
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.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "github-app-token",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"action.yml",
|
||||
|
||||
Reference in New Issue
Block a user