From e953aa90ec70c306b946d498553f9c5e00a41577 Mon Sep 17 00:00:00 2001 From: Shidong Wang Date: Tue, 16 Feb 2021 21:53:07 +0800 Subject: [PATCH] Update env --- .github/workflows/async.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/async.yml b/.github/workflows/async.yml index 93d60c83a..2733949e6 100644 --- a/.github/workflows/async.yml +++ b/.github/workflows/async.yml @@ -13,5 +13,6 @@ jobs: - name: Checkout uses: actions/checkout@master - name: Detach ${{ matrix.detachPlugin }} - run: | - .ci/detach_plugin.sh ${{ matrix.detachPlugin }} + env: + BOTSECRET: ${{ secrets.BOTSECRET }} + run: .ci/detach_plugin.sh ${{ matrix.detachPlugin }}