Skip to content

Commit

Permalink
Fix unexpected input warning about GitHub token (#27)
Browse files Browse the repository at this point in the history
Fixes #26
  • Loading branch information
johnboyes authored May 19, 2020
1 parent 797a287 commit d89ba7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ inputs:
labels:
description: 'A JSON array of labels, exactly one of which must be present'
required: true
github-token:
description: >
See this link for an example of how to pass in the GitHub token:
https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token#example-passing-github_token-as-an-input
required: true
runs:
using: 'docker'
image: 'Dockerfile'
Expand Down

0 comments on commit d89ba7d

Please sign in to comment.