Skip to content

Commit

Permalink
Use anaconda password instead of token
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 11, 2024
1 parent 1c80e55 commit 84c6d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Upload to Anaconda (Windows)
if: matrix.os == "windows-2022"
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_SLEAP_DEPS_TOKEN }}
ANACONDA_PASSWORD: ${{ secrets.ANACONDA_PASSWORD }}
shell: powershell
run: |
anaconda login --username sleap-deps --password "$ANACONDA_PASSWORD"
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Upload to Anaconda (Ubuntu)
if: matrix.os == "ubuntu-22.04"
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_SLEAP_DEPS_TOKEN }}
ANACONDA_PASSWORD: ${{ secrets.ANACONDA_PASSWORD }}
shell: bash -l {0}
run: |
anaconda login --username sleap-deps --password "$ANACONDA_PASSWORD"
Expand Down

0 comments on commit 84c6d32

Please sign in to comment.