From c636186321a139cbffab2b33852aafa6b8329053 Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Wed, 28 Oct 2020 13:05:51 +0800 Subject: [PATCH] :construction_worker: update api doc action --- .github/workflows/api_docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/api_docs.yml b/.github/workflows/api_docs.yml index ac01aa18..efbde69f 100644 --- a/.github/workflows/api_docs.yml +++ b/.github/workflows/api_docs.yml @@ -12,6 +12,7 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.event.pull_request.head.sha }} + token: ${{ secrets.GH_TOKEN }} - name: Set up Python uses: actions/setup-python@v2