Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-kali-team committed Aug 30, 2023
1 parent 5588d34 commit 9ef2e00
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ PAGE_DESCRIPTION = "三米前有蕉皮"
mode = "smart"
```

### GitHub Action

- Fork repository to your accounts
- Edit your own `wrangler.toml` file.
- [wrangler-action](https://github.com/cloudflare/wrangler-action/)
- Open [Create Token](https://dash.cloudflare.com/profile/api-tokens) on cloudflare
- Use template `Edit Cloudflare Workers` -> Edit Option -> Continue to summary
- Copy Token and remember it
- Open `https://github.com/xxx/notion-blog/settings/secrets/actions/new` and create a Name `CF_API_TOKEN`
- Secret:`Your Cloudflare Token`

### Manual

- install cloudflare [wrangler](https://github.com/cloudflare/workers-rs)
- [Rust WebAssembly guide](https://developers.cloudflare.com/workers/runtime-apis/webassembly/rust/)
- wrangler login
Expand Down

0 comments on commit 9ef2e00

Please sign in to comment.