Update .gitea/workflows/release_notes.yml

This commit is contained in:
2025-05-21 12:00:53 +01:00
parent ac216e659e
commit 0ae5543fd2

View File

@@ -18,6 +18,11 @@ jobs:
uses: metcalfc/changelog-generator@3f82cef08fe5dcf57c591fe165e70e1d5032e15a # was: metcalfc/changelog-generator@v4.6.2
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
- name: Generate Sprint-io Changelog
uses: spring-io/github-changelog-generator@v0.0.12
with:
token: ${{ secrets.GITHUB_TOKEN }}
milestone: ${{ github.event.inputs.milestoneId }}
- name: Create Release
id: create_release
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # was: ncipollo/release-action@v1