Skip to content

Commit 12641dc

Browse files
committed
Add upload token for anaconda.org
1 parent e3ad46c commit 12641dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/copy_conda_packages.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
on:
22
schedule:
33
# Run once a day at 20:10 UTC
4-
# But for now every hour on 35.
5-
- cron: '35 * * * *'
4+
# But for now every hour on 57.
5+
- cron: '57 * * * *'
66

77
jobs:
88
copy_packages:
@@ -22,6 +22,8 @@ jobs:
2222
conda install anaconda-client
2323
2424
- name: Perform copy
25+
env:
26+
BINSTAR_TOKEN: ${{ secrets.BINSTAR_TOKEN }}
2527
shell: bash -l {0}
2628
run: |
2729
git clone git://github.com/glue-viz/conda-sync.git

0 commit comments

Comments
 (0)