helaili / jekyll-action

A GitHub Action to publish Jekyll based content as a GitHub Pages site
MIT License
250 stars 120 forks source link

GitHub token can be a default value #148

Closed EndBug closed 1 year ago

EndBug commented 2 years ago

You can set the default value of the token input to be ${{ github.token }}: this way users won't need to put the default GITHUB_TOKEN secret in every time, and they'll still be able to use a different token if they want to.