diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 91ad9a4..e6476db 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -23,6 +23,6 @@ jobs: with: python-version: '3.9' meta_yaml_dir: .conda - user: bschroeter + user: ${{ secrets.ANACONDA_USER }} label: main - token: ${{ secrets.ANACONDA_TOKEN_BEN }} \ No newline at end of file + token: ${{ secrets.ANACONDA_TOKEN }} \ No newline at end of file