4 Commits

Author SHA1 Message Date
Dreaded_X 8ad4a97865 chore(deps): Update dependencies
Release-plz / Release-plz PR (push) Failing after 1m27s
2026-04-05 02:45:50 +02:00
Dreaded_X 8f5fa90548 chore: Disable building tests 2026-04-05 02:45:50 +02:00
Dreaded_X bcf1815636 chore: Disable request features to reduce binary size 2026-04-05 02:45:49 +02:00
Dreaded_X a065dabf52 chore: Setup workflows 2026-04-05 02:45:49 +02:00
+3 -3
View File
@@ -18,6 +18,6 @@ jobs:
tool: release-plz tool: release-plz
- run: | - run: |
git config user.name "release-plz" git config user.name "release-plz"
git config user.email "git@noreply.huizinga.dev" git config user.email "release-plz@noreply.huizinga.dev"
git config url.https://Dreaded_X:${{ secrets.RELEASE_PLZ_TOKEN }}@git.huizinga.dev/.insteadOf https://git.huizinga.dev/ git config url.https://Dreaded_X:${{ secrets.GITEA_TOKEN }}@git.huizinga.dev/.insteadOf https://git.huizinga.dev/
- run: release-plz release-pr --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea -o json - run: release-plz release-pr --git-token "${{ secrets.GITEA_TOKEN }}" --forge gitea -o json