Skip to content

Commit

Permalink
docs: update support table about GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 25, 2020
1 parent d3edcde commit 14069e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14069e7

Please sign in to comment.