Merge pull request 'fix: update changelog generator token to use GITHUB_TOKEN' (#8) from dev into main

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2025-05-23 15:43:10 +01:00

View File

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