Skip to content

Commit

Permalink
Update name of org-wide canary channel token. (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez authored Jul 11, 2023
1 parent 70ed902 commit abb2f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ jobs:
subdir: ${{ matrix.subdir }}
anaconda-org-channel: conda-canary
anaconda-org-label: ${{ github.ref_name == 'main' && 'dev' || format('{0}-{1}', github.event.repository.name, github.ref_name) }}
anaconda-org-token: ${{ secrets.CONDA_CANARY_ANACONDA_ORG_TOKEN }}
anaconda-org-token: ${{ secrets.ANACONDA_ORG_CONDA_CANARY_TOKEN }}
conda-build-arguments: '--override-channels -c conda-forge -c defaults'

0 comments on commit abb2f99

Please sign in to comment.