Skip to content

Commit 43ac638

Browse files
committed
Apply changes from PR #48
1 parent 56d779a commit 43ac638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/template/build-{{ostype}}.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ jobs:
518518
{% if ostype == "macos" %}
519519
# coreutils provides a readlink that supports `-f`
520520
brew install coreutils docker docker-machine
521-
docker-machine --github-api-token="${{ secrets.GITHUB_TOKEN }}" create --driver virtualbox default
521+
docker-machine --github-api-token="${{ secrets.DATALAD_GITHUB_TOKEN }}" create --driver virtualbox default
522522
eval "$(docker-machine env default)"
523523
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
524524
{% endif %}

0 commit comments

Comments
 (0)