From 863079e961caaca337bd1a7c76ce82b0cace02f2 Mon Sep 17 00:00:00 2001 From: Eric Reinecke Date: Mon, 24 Jun 2024 14:14:59 -0700 Subject: [PATCH] Removed github token substitution changes Signed-off-by: Eric Reinecke --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3953557ec..9bac2aeb0 100644 --- a/Makefile +++ b/Makefile @@ -251,7 +251,7 @@ update-contributors: check-github-token @echo "Updating CONTRIBUTORS.md..." @python maintainers/fetch_contributors.py \ --repo AcademySoftwareFoundation/OpenTimelineIO \ - --token "${OTIO_RELEASE_GITHUB_TOKEN}" + --token $(OTIO_RELEASE_GITHUB_TOKEN) dev-python-install: @python setup.py install