From 5ac8eda0e3eba74536acbf569e769ac850814f59 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Thu, 20 Feb 2020 00:22:34 +0900 Subject: [PATCH] docs: remove github_token section --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 5dea167ae..30e66ed4a 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,6 @@ Three tokens are supported. - [Options](#options) - [⭐️ `deploy_key`](#%EF%B8%8F-deploy_key) - [⭐️ `personal_token`](#%EF%B8%8F-personal_token) - - [⭐️ `github_token`](#%EF%B8%8F-github_token) - [⭐️ Allow empty commits](#%EF%B8%8F-allow-empty-commits) - [⭐️ Keeping existing files](#%EF%B8%8F-keeping-existing-files) - [⭐️ Deploy to external repository](#%EF%B8%8F-deploy-to-external-repository) @@ -218,19 +217,6 @@ Read [⭐️ Create SSH Deploy Key](#%EF%B8%8F-create-ssh-deploy-key), create yo + personal_token: ${{ secrets.PERSONAL_TOKEN }} ``` -### ⭐️ `github_token` - -> ⚠️ **NOTES**: `github_token` works only on a **private** repository. -> -> This action supports `GITHUB_TOKEN` but it has some problems to deploy to GitHub Pages. GitHub team is investigating that. See [Issue #9] - -[Issue #9]: https://github.com/peaceiris/actions-gh-pages/issues/9 - -```diff -- deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} -+ github_token: ${{ secrets.GITHUB_TOKEN }} -``` - ### ⭐️ Allow empty commits By default, a commit will not be generated when no file changes. If you want to allow an empty commit, set the optional parameter `allow_empty_commit` to `true`.