diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 4f1d51b5..0cb2af9e 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -118,7 +118,7 @@ jobs: - name: Conda Upload env: - CONDA_UPLOAD_TOKEN: $${{ secrets.CONDA_UPLOAD_TOKEN }} + CONDA_UPLOAD_TOKEN: ${{ secrets.CONDA_UPLOAD_TOKEN }} if: ${{ github.ref == 'refs/heads/github_action_exp' }} run: | source $PROJECT_DIR/miniconda/etc/profile.d/conda.sh