chore: add missing VERCEL_TOKEN (#25079)

* chore: add missing VERCEL_TOKEN

* chore: add a newline to trigger docs build
This commit is contained in:
Yihau Chen 2022-05-09 11:29:36 +08:00 committed by GitHub
parent 362b0526cd
commit 671775a244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,6 @@ on:
- master
- v[0-9]+.[0-9]+
jobs:
docs-build:
runs-on: ubuntu-20.04
@ -48,3 +47,5 @@ jobs:
run: |
npm install
./build.sh
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}

View File

@ -25,6 +25,7 @@ A node sends a push message to tells the cluster it has information to share. No
Upon receiving a push message, a node examines the message for:
1. Duplication: if the message has been seen before, the node drops the message and may respond with `PushMessagePrune` if forwarded from a low staked node
2. New data: if the message is new to the node
- Stores the new information with an updated version in its cluster info and purges any previous older value