Skip to content

Commit

Permalink
Add token as an input on the action metadata file
Browse files Browse the repository at this point in the history
  • Loading branch information
namelivia committed Jul 2, 2020
1 parent 7a3579c commit 60f5a50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ description: This Github action will require a minimum number of reviews if a la
runs:
using: 'node12'
main: 'dist/index.js'

inputs:
github_token:
description: 'Github token to authenticate Octokit'
required: true

0 comments on commit 60f5a50

Please sign in to comment.