feat(workflows): add token input for release action
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s

- Adds `token` input to the release workflow to use a secret token.
- Enhances automation by enabling authenticated release publishing.
This commit is contained in:
2025-06-14 18:57:58 +02:00
parent 200b3d3e53
commit fcb80ef5ce

View File

@@ -15,3 +15,5 @@ jobs:
fetch-depth: 0
- name: Release
uses: https://git.0xmax42.io/actions/auto-changelog-release-action@main
with:
token: ${{ secrets.RELEASE_PUBLISH_TOKEN }}