Skip to content

Commit

Permalink
update secret
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed May 4, 2023
1 parent ca31d35 commit 8a2863c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
UPLOAD_PACKAGES: ${{ matrix.UPLOAD_PACKAGES }}
DOCKER_IMAGE: ${{ matrix.DOCKER_IMAGE }}
CI: github_actions
BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }}
BINSTAR_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
shell: bash
run: |
echo "::group::Configure binfmt_misc"
Expand All @@ -84,7 +84,7 @@ jobs:
CONFIG: ${{ matrix.CONFIG }}
UPLOAD_PACKAGES: ${{ matrix.UPLOAD_PACKAGES }}
CI: github_actions
BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }}
BINSTAR_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
shell: bash
run: |
export FEEDSTOCK_NAME="$(basename $GITHUB_REPOSITORY)"
Expand Down Expand Up @@ -134,5 +134,5 @@ jobs:
CONFIG: ${{ matrix.CONFIG }}
CI: github_actions
UPLOAD_PACKAGES: ${{ matrix.UPLOAD_PACKAGES }}
BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }}
BINSTAR_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
if: matrix.os == 'windows'

0 comments on commit 8a2863c

Please sign in to comment.