fix: update changelog generator token to use GITHUB_TOKEN

This commit is contained in:
2025-05-23 16:36:02 +02:00
parent fc6825d018
commit 302599bb80

View File

@@ -64,7 +64,7 @@ jobs:
id: changelog id: changelog
uses: metcalfc/changelog-generator@v4.6.2 uses: metcalfc/changelog-generator@v4.6.2
with: with:
token: ${{ secrets.TOKEN }} myToken: ${{ secrets.GITHUB_TOKEN }}
- name: Get the changelog - name: Get the changelog
run: | run: |
cat << "EOF" cat << "EOF"