ci: use token for changelog generator

This commit is contained in:
Slava 2024-02-13 08:00:30 +02:00 committed by GitHub
parent d59075df98
commit 583f9ce505
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,8 @@ jobs:
- name: "✏️ Generate release changelog"
uses: heinrichreimer/action-github-changelog-generator@v2.3
with:
token: ${{ steps.create_token.outputs.token }}
- name: Commit CHANGELOG.md
uses: planetscale/ghcommit-action@v0.1.33