Skip to content

Commit 6e1a7de

Browse files
committed
address rate limit when installing git-annex from github
1 parent 35d0cf8 commit 6e1a7de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
with:
6969
python-version: 3.11
7070
- name: setup datalad
71+
env:
72+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for rate limit when installing git-annex from github
7173
run: |
7274
python -m pip install datalad-installer
7375
datalad-installer git-annex -m datalad/git-annex:release

0 commit comments

Comments
 (0)