From 351fbdaa266b540734ca918a89d65fe704b1a9c9 Mon Sep 17 00:00:00 2001 From: PiEgg Date: Sun, 14 Aug 2022 23:01:50 +0800 Subject: [PATCH] :package: Chore: update manually action --- .github/workflows/manually.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/manually.yml b/.github/workflows/manually.yml index 365497f..b149b47 100644 --- a/.github/workflows/manually.yml +++ b/.github/workflows/manually.yml @@ -48,5 +48,8 @@ jobs: - name: Build & release app run: | yarn release + yarn upload-dist env: GH_TOKEN: ${{ secrets.GH_TOKEN }} + PICGO_ENV_COS_SECRET_ID: ${{ secrets.PICGO_ENV_COS_SECRET_ID }} + PICGO_ENV_COS_SECRET_KEY: ${{ secrets.PICGO_ENV_COS_SECRET_KEY }}