- Search 'Incoming WebHooks'
https://{{your_workspace}}.slack.com/apps/ - Add to slack
- Custom your WebHook information
- Get
WebHook URL
https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
you can just add your scope about repo
- Go to your
repository> Settings > Secrets - Add
SLACK_WEBHOOK_URL - Add
PRIVATE_GITHUB_TOKEN- Since Github page do not allowed
secrets.GITHUB_TOKEN, you need to publish your private token. - JamesIves/github-pages-deploy-action#48
- Since Github page do not allowed