From 10e7f590e91cb98f86bbc65d50f15f23a46b56a5 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 0fb19e356..2519c1266 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) - [⭐️ CNAME](#%EF%B8%8F-cname) - [⭐️ Disable `.nojekyll`](#%EF%B8%8F-disable-nojekyll) - [⭐️ Allow empty commits](#%EF%B8%8F-allow-empty-commits) @@ -220,19 +219,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 }} -``` - ### ⭐️ CNAME To add `CNAME` file, we can set the `cname` option.