Skip to content

Commit b3e39c4

Browse files
committed
Added Anaconda secrets to conda publish
1 parent 77f897e commit b3e39c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
python-version: '3.9'
2525
meta_yaml_dir: .conda
26-
user: bschroeter
26+
user: ${{ secrets.ANACONDA_USER }}
2727
label: main
28-
token: ${{ secrets.ANACONDA_TOKEN_BEN }}
28+
token: ${{ secrets.ANACONDA_TOKEN }}

0 commit comments

Comments
 (0)