From a8c30d30a91e2c0466e4d27cf9539e2790e07adb Mon Sep 17 00:00:00 2001
From: GyDi <zzzgydi@gmail.com>
Date: Tue, 13 Dec 2022 18:02:23 +0800
Subject: [PATCH] chore: fix ci

---
 .github/workflows/alpha.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml
index 309af86..a11f741 100644
--- a/.github/workflows/alpha.yml
+++ b/.github/workflows/alpha.yml
@@ -67,7 +67,7 @@ jobs:
       - name: Delete current release assets
         uses: mknejp/delete-release-assets@v1
         with:
-          github_token: ${{ secrets.GITHUB_TOKEN }}
+          token: ${{ secrets.GITHUB_TOKEN }}
           tag: alpha
           assets: |
             *.zip
-- 
GitLab