Fixing Gitea token for release step.
Release Bundled Action / release (push) Successful in 4m35s

This commit is contained in:
2025-11-19 11:30:35 -05:00
parent 5c7f2adf5c
commit 8413df888a
+2 -2
View File
@@ -43,9 +43,9 @@ jobs:
uses: joaquinjsb/gitea-release-please-action@v4
id: gitea_release
with:
token: ${{ secrets.GITEA_TOKEN }}
token: ${{ secrets.BOT_GITEA_TOKEN }}
release-type: simple
github-api-url: ${{ secrets.GITEA_API_URL }}
github-api-url: ${{ gitea.api_url }}
branch: main # Point to main branch
config-file: release-please-config.json