4 Commits

Author SHA1 Message Date
Dreaded_X 68532e1e63 chore(deps): Update dependencies
Release-plz / Release-plz PR (push) Successful in 1m35s
2026-04-05 02:42:55 +02:00
Dreaded_X e869a443ea chore: Disable building tests 2026-04-05 02:42:55 +02:00
Dreaded_X 8ad308d863 chore: Disable request features to reduce binary size 2026-04-05 02:42:55 +02:00
Dreaded_X 22b2b22beb chore: Setup workflows 2026-04-05 02:42:55 +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 "release-plz@noreply.huizinga.dev" git config user.email "git@noreply.huizinga.dev"
git config url.https://Dreaded_X:${{ secrets.GITEA_TOKEN }}@git.huizinga.dev/.insteadOf https://git.huizinga.dev/ git config url.https://Dreaded_X:${{ secrets.RELEASE_PLZ_TOKEN }}@git.huizinga.dev/.insteadOf https://git.huizinga.dev/
- run: release-plz release-pr --git-token "${{ secrets.GITEA_TOKEN }}" --forge gitea -o json - run: release-plz release-pr --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea -o json