Skip to content

Commit

Permalink
ci: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
detj committed Aug 24, 2024
1 parent 0bf6c90 commit 026d76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.CHANGELOG_PUSH_TOKEN }}

- name: Generate changelog using git-cliff
uses: orhun/git-cliff-action@v3
Expand All @@ -31,7 +32,6 @@ jobs:
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
set +e
git add CHANGELOG.md
git commit -m "ci: update changelog"
git push https://${{ secrets.CHANGELOG_PUSH_TOKEN }}@github.com/${{ github.repository }}.git main
git push

0 comments on commit 026d76b

Please sign in to comment.