Skip to content

Commit

Permalink
Merge pull request #39 from CABLE-LSM/38-update-the-anaconda-user-to-…
Browse files Browse the repository at this point in the history
…accessnri

Added Anaconda secrets to conda publish
  • Loading branch information
bschroeter authored Jun 21, 2024
2 parents 77f897e + b3e39c4 commit 6264ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
token: ${{ secrets.ANACONDA_TOKEN }}

0 comments on commit 6264ad5

Please sign in to comment.