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 }}