feat: use token for release wf on protected main
CI / lint (pull_request) Successful in 19s
CI / test (3.11) (pull_request) Successful in 24s
CI / test (3.13) (pull_request) Successful in 26s
CI / test (3.11) (push) Successful in 26s
CI / lint (push) Successful in 19s
CI / test (3.12) (pull_request) Successful in 31s
CI / test (3.12) (push) Successful in 30s
CI / test (3.13) (push) Successful in 34s
Build and Publish / release (push) Failing after 11s

This commit was merged in pull request #13.
This commit is contained in:
2026-07-27 09:30:47 +02:00
parent 5c412902f4
commit 6139b4282f
+2 -2
View File
@@ -65,8 +65,8 @@ jobs:
id: release_step
env:
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.PIP_REPOSITORY_API_TOKEN }}
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
TWINE_PASSWORD: ${{ secrets.MX_GITEA_BOT_TOKEN }}
GITEA_TOKEN: ${{ secrets.MX_GITEA_BOT_TOKEN }}
run: |
pip install python-semantic-release==9.* wheel build twine
semantic-release --config ./ci/semantic_release.toml version