Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
26552f329e
|
|||
|
a7ca04729f
|
|||
|
ffdcd8d4c9
|
|||
|
608f9f9756
|
|||
|
72655f5fe0
|
|||
|
d8290ea077
|
|||
|
f9c310782d
|
|||
|
923a00420e
|
|||
|
c85f184ca6
|
|||
|
12ae3fb92b
|
|||
|
9f5c86b783
|
@@ -32,10 +32,10 @@ jobs:
|
||||
run: |
|
||||
git config user.name "Release-plz"
|
||||
git config user.email "release-plz@noreply.huizinga.dev"
|
||||
git config url.https://${{ gitea.actor }}:${{ secrets.RELEASE_PLZ_TOKEN }}@git.huizinga.dev/.insteadOf https://git.huizinga.dev/
|
||||
git config url.https://${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }}@git.huizinga.dev/.insteadOf https://git.huizinga.dev/
|
||||
- name: release-plz release
|
||||
env:
|
||||
CARGO_REGISTRIES_INFRA_TOKEN: "Bearer ${{ secrets.RELEASE_PLZ_TOKEN }}"
|
||||
CARGO_REGISTRIES_INFRA_TOKEN: "Bearer ${{ secrets.REGISTRY_TOKEN }}"
|
||||
run: release-plz release --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea
|
||||
|
||||
release-plz-pr:
|
||||
|
||||
Reference in New Issue
Block a user