From 455788d397290fd17e0206e44b7c74f41f2c3568 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Thu, 21 Nov 2019 17:05:13 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71e8031..bd2a2df 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ This deploy action can be combined simply and freely with [Static Site Generator The above example step will deploy `./public` directory to `gh-pages` branch. | Token | Private repo | Public repo | Protocol | Setup | -|---|---|---|---|---| -| `GITHUB_TOKEN` | ✅️ | ❌️ | https | Unnecessary | -| `PERSONAL_TOKEN` | ✅️ | ✅️ | https | Necessary | +|---|:---:|:---:|---|---| +| `GITHUB_TOKEN` | ✅️ | ❌️ | HTTPS | Unnecessary | +| `PERSONAL_TOKEN` | ✅️ | ✅️ | HTTPS | Necessary | | `ACTIONS_DEPLOY_KEY` | ✅️ | ✅️ | SSH | Necessary |