dsaltares / fetch-gh-release-asset

Github Action to download an asset from a Github release
MIT License
113 stars 70 forks source link

Add default value for `token` argument #31

Closed pseusys closed 2 years ago

pseusys commented 2 years ago

According to this github documentation page, there is a default token already available in every workflow run. It is accessible vis GITHUB_TOKEN secret or github.token context.
It may be a good idea to add this value as a default value for token argument as accessing this repository releases is to my mind one of the most common cases for this action.