From bca0184d86b51e87ff0b31b89cb36540ef957809 Mon Sep 17 00:00:00 2001 From: Stefan Appelhoff Date: Fri, 24 May 2024 11:27:01 +0200 Subject: [PATCH] new token (again), different scope, and implicit --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e1e1218f65..94a02a398f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -112,14 +112,14 @@ jobs: name: Build changelog # $CHANGELOG_GITHUB_TOKEN was generated via the GitHub web UI of the `bids-maintenance` # GitHub user (see https://github.com/settings/tokens), and was then securely stored within - # CircleCI web UI. + # CircleCI web UI as an environment variable. This is being picked up automatically by the + # github_changelog_generator. command: | mkdir ~/changelog_build github_changelog_generator \ --exclude-tags-regex "^(?!v).*?$" \ --user bids-standard \ --project bids-specification \ - --token ${CHANGE_TOKEN} \ --output ~/changelog_build/CHANGES.md \ --header-label "# Changelog" \ --release-branch master \