From 14069e75e2e9646aeed42fedb5b99aa31ead3b90 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sat, 25 Jan 2020 13:14:35 +0900 Subject: [PATCH] docs: update support table about GITHUB_TOKEN --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 742503a76..a1e070da9 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,12 @@ Three tokens are supported. | Token | Private repo | Public repo | Protocol | Setup | |---|:---:|:---:|---|---| -| `GITHUB_TOKEN` | ✅️ | ❌️ | HTTPS | Unnecessary | +| `GITHUB_TOKEN` | ✅️ | (1) | HTTPS | Unnecessary | | `PERSONAL_TOKEN` | ✅️ | ✅️ | HTTPS | Necessary | | `ACTIONS_DEPLOY_KEY` | ✅️ | ✅️ | SSH | Necessary | +- 1. Currently, GitHub Actions does not support to trigger a GitHub Pages build event using GITHUB_TOKEN on a public repository. + Do you want to skip the docker build step? OK, the script mode is available. ```yaml