Update README.md
This commit is contained in:
parent
8aea3055ca
commit
455788d397
|
@ -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.
|
The above example step will deploy `./public` directory to `gh-pages` branch.
|
||||||
|
|
||||||
| Token | Private repo | Public repo | Protocol | Setup |
|
| Token | Private repo | Public repo | Protocol | Setup |
|
||||||
|---|---|---|---|---|
|
|---|:---:|:---:|---|---|
|
||||||
| `GITHUB_TOKEN` | ✅️ | ❌️ | https | Unnecessary |
|
| `GITHUB_TOKEN` | ✅️ | ❌️ | HTTPS | Unnecessary |
|
||||||
| `PERSONAL_TOKEN` | ✅️ | ✅️ | https | Necessary |
|
| `PERSONAL_TOKEN` | ✅️ | ✅️ | HTTPS | Necessary |
|
||||||
| `ACTIONS_DEPLOY_KEY` | ✅️ | ✅️ | SSH | Necessary |
|
| `ACTIONS_DEPLOY_KEY` | ✅️ | ✅️ | SSH | Necessary |
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue