This is an automated email from the ASF dual-hosted git repository.
guoqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new ea6c5809ee4 fix: github rate limit exceeded (#1223)
ea6c5809ee4 is described below
commit ea6c5809ee4982b38f991de016963a558af37d6d
Author: Young <[email protected]>
AuthorDate: Tue Jul 19 15:39:18 2022 +0800
fix: github rate limit exceeded (#1223)
---
.github/workflows/deploy.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index b126341f52a..6041ad6a5a7 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -76,6 +76,8 @@ jobs:
- name: Sync documents
run: |
yarn prepare-data && git status
+ with:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Apply docusaurus cache
id: docusaurus-cache