Skip to content

Commit

Permalink
Shorten description
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex committed Apr 11, 2020
1 parent 5ab5087 commit fbd4e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: GitHub App token
author: Thibault Derousseaux <[email protected]>
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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-app-token",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"files": [
"action.yml",
Expand Down

0 comments on commit fbd4e48

Please sign in to comment.