Skip to content

Commit

Permalink
Fix reading of upload token
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Jul 9, 2024
1 parent 65b759a commit 30aea49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30aea49

Please sign in to comment.