Skip to content

Commit

Permalink
fix: add missing default value to token input
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Aug 13, 2020
1 parent 3e46b72 commit af56e1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ inputs:
scope for the current repository in order to work properly.
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
default: ${{ github.token }}
config_file:
required: false
description: >
Expand Down

0 comments on commit af56e1f

Please sign in to comment.