teamnovu / vapor-action

MIT License
14 stars 3 forks source link

Use GITHUB_TOKEN, not GITHUB_SECRET #4

Open datashaman opened 4 years ago

datashaman commented 4 years ago

Github Actions use the token of the user that invoked the action, and provide it as an environment variable GITHUB_TOKEN by default. No need to add another one.

https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token