Skip to content

Commit

Permalink
Removed github token substitution changes
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Reinecke <[email protected]>
  • Loading branch information
reinecke committed Jun 24, 2024
1 parent 32f1261 commit 863079e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 863079e

Please sign in to comment.