diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 94dbbf9..a26a534 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -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 }}