From 4942daf900e348820811d4b669a745ab57d0610c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BE=E5=87=A0=E6=B5=B7?= Date: Fri, 16 Oct 2020 14:35:50 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E8=B0=83=E6=95=B4=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 43fb996..fb2ff5c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,9 +12,9 @@ jobs: build: runs-on: ubuntu-latest - env: - QINIU_ACCESSKEY: ${{ secrets.QINIU_ACCESSKEY }} - QINIU_SECRETKEY: ${{ secrets.QINIU_SECRETKEY }} + env: + QINIU_ACCESSKEY: ${{ secrets.QINIU_ACCESSKEY }} + QINIU_SECRETKEY: ${{ secrets.QINIU_SECRETKEY }} steps: - uses: actions/checkout@v2