Update .gitea/workflows/bumptest.yml

This commit is contained in:
2025-05-29 09:09:40 +01:00
parent 387462cfc9
commit 9fbf7681ed

View File

@@ -54,7 +54,7 @@ jobs:
id: changelog
uses: requarks/changelog-action@v1
with:
token: ${{ secrets.TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
fromTag: ${{ env.OLD_VERSION }}
toTag: ${{ env.VERSION }}
writeToFile: true