Skip to content

Commit

Permalink
try new token
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed May 24, 2024
1 parent df40ab8 commit 6c475ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,16 @@ jobs:
- checkout
- run:
name: Build changelog
# $CHANGE_TOKEN is generated via the GitHub web UI, and then securely stored within CircleCI web UI
# $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.
command: |
mkdir ~/changelog_build
github_changelog_generator \
--exclude-tags-regex "^(?!v).*?$" \
--user bids-standard \
--project bids-specification \
--token ${CHANGE_TOKEN} \
--token ${CHANGELOG_GITHUB_TOKEN} \
--output ~/changelog_build/CHANGES.md \
--base ~/project/src/pregh-changes.md \
--header-label "# Changelog" \
Expand Down

0 comments on commit 6c475ec

Please sign in to comment.