Skip to content

Commit

Permalink
try with fine grained token
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed May 24, 2024
1 parent c4d2976 commit e5f74b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,14 @@ jobs:
--enhancement-label "" \
--bugs-label "" \
--exclude-labels "exclude-from-changelog"
cat ~/changelog_build/CHANGES.md
- run:
name: append changelog from pre-GitHub times
command: |
cat ~/project/src/pregh-changes.md >> ~/changelog_build/CHANGES.md
- run:
name: print out complete changelog
command: |
cat ~/changelog_build/CHANGES.md
- persist_to_workspace:
# raw generated changelog in ~/changelog_build/CHANGES.md
root: ~/.
Expand Down

0 comments on commit e5f74b3

Please sign in to comment.