Skip to content

Commit f40a258

Browse files
committed
Fix typo, used underscore instead of hyphen
Also use username from secret, since we created it
1 parent 5c439cc commit f40a258

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
show-channel-urls: true
5454

5555
- name: Build and upload the conda package
56-
uses: ACCESS_NRI/action-build-and-upload-conda-packages@v2.0.1
56+
uses: ACCESS-NRI/action-build-and-upload-conda-packages@v2.0.1
5757
with:
5858
meta_yaml_dir: .conda
59-
user: accessnri
6059
label: main
60+
user: ${{ secrets.ANACONDA_USER }}
6161
token: ${{ secrets.ANACONDA_TOKEN }}

0 commit comments

Comments
 (0)