From ff330e1536361e608eeff66fd3c4870a8f08e488 Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Sat, 8 Jan 2022 17:29:07 +0800 Subject: [PATCH] :construction_worker: fix release ci permission error --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fa280e9..cdf131ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,7 @@ jobs: - uses: actions/checkout@v2 with: ref: master + token: ${{ secrets.GH_TOKEN }} - name: Set up Python uses: actions/setup-python@v2