Skip to content

Commit

Permalink
set default value for token action input (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Aug 6, 2021
1 parent b60bd83 commit 4fd91f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -90,7 +90,7 @@ inputs:
token:
description: 'The Github token.'
required: true
default: ''
default: ${{ github.token }}
outputs:
id:
description: 'The identifier of the created release.'
Expand Down

0 comments on commit 4fd91f8

Please sign in to comment.