Update README.md

This commit is contained in:
Shohei Ueda 2019-11-21 17:05:13 +09:00 committed by GitHub
parent 8aea3055ca
commit 455788d397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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 |