We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d779a commit 43ac638Copy full SHA for 43ac638
.github/workflows/template/build-{{ostype}}.yaml.j2
@@ -518,7 +518,7 @@ jobs:
518
{% if ostype == "macos" %}
519
# coreutils provides a readlink that supports `-f`
520
brew install coreutils docker docker-machine
521
- docker-machine --github-api-token="${{ secrets.GITHUB_TOKEN }}" create --driver virtualbox default
+ docker-machine --github-api-token="${{ secrets.DATALAD_GITHUB_TOKEN }}" create --driver virtualbox default
522
eval "$(docker-machine env default)"
523
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
524
{% endif %}
0 commit comments