Skip to content

Commit

Permalink
restore token in generate changelog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bpg committed Apr 13, 2022
1 parent df13adf commit 1703280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Generate changelog
uses: charmixer/auto-changelog-action@v1
with:
token: ${{ secrets.BOT_TOKEN }}
release_branch: main

- uses: stefanzweifel/git-auto-commit-action@v4
Expand All @@ -33,3 +34,4 @@ jobs:
branch: main
file_pattern: CHANGELOG.md
push_options: --force
q

0 comments on commit 1703280

Please sign in to comment.