From 887b21e94642f7c71c1ab5fb61cc549d55e46344 Mon Sep 17 00:00:00 2001 From: Hugo Haakseth Date: Thu, 25 Apr 2024 00:43:19 +0200 Subject: [PATCH] Correct variable name for changelog github token --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 56919e17..028a04e1 100644 --- a/README.md +++ b/README.md @@ -183,5 +183,4 @@ the `modulesync_config` repository. ## Do a new release * Update the version in `moduleroot/.msync.yml.erb` -* export `GITHUB_CHANGELOG_TOKEN='*your token*'` -* bundle exec rake changelog +* `CHANGELOG_GITHUB_TOKEN='*your token*' bundle exec rake changelog`