Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Shohei Ueda authored and GitHub committed Nov 21, 2019
1 parent 8aea305 commit 455788d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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 |


Expand Down

0 comments on commit 455788d

Please sign in to comment.