github peaceiris/actions-gh-pages v2.2.0

latest releases: v3, v3.9.3, v3.9.2...
4 years ago

Release v2.2.0 includes the following updates.

  • add: PERSONAL_TOKEN
  • update: readme about PERSONAL_TOKEN`

Create a personal access token (repo) and add it to Secrets as PERSONAL_TOKEN, it works as well as ACTIONS_DEPLOY_KEY.

- ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+ PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}

Don't miss a new actions-gh-pages release

NewReleases is sending notifications on new releases.