From 97dac5b9cb459d63bf5605a88cf65688e1d074a0 Mon Sep 17 00:00:00 2001 From: JingYu Ning Date: Fri, 6 Aug 2021 18:09:44 +0800 Subject: [PATCH] update env --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e9b5bbe..ffcbdb3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,6 +17,9 @@ jobs: - windows-latest arch: - x64 + env: + KAGGLE_USERNAME: ${{ secrets.KAGGLE_USERNAME }} + KAGGLE_KEY: ${{ secrets.KAGGLE_KEY }} steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 @@ -33,9 +36,6 @@ jobs: ${{ runner.os }}-test-${{ env.cache-name }}- ${{ runner.os }}-test- ${{ runner.os }}- - - run: | - export KAGGLE_USERNAME=${{ secrets.KAGGLE_USERNAME }}; - export KAGGLE_KEY=${{ secrets.KAGGLE_KEY }}; - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1