From ecbf94095c6418c6dc0c2bcf69326b32492cec13 Mon Sep 17 00:00:00 2001 From: Hugo Haakseth Date: Thu, 25 Apr 2024 09:45:16 +0200 Subject: [PATCH] Correct variable name for changelog github token --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56919e17..327adecd 100644 --- a/README.md +++ b/README.md @@ -183,5 +183,5 @@ 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` +