Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
8ad4a97865
|
|||
|
8f5fa90548
|
|||
|
bcf1815636
|
|||
|
a065dabf52
|
@@ -18,6 +18,6 @@ jobs:
|
||||
tool: release-plz
|
||||
- run: |
|
||||
git config user.name "release-plz"
|
||||
git config user.email "git@noreply.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.RELEASE_PLZ_TOKEN }}" --forge gitea -o json
|
||||
git config user.email "release-plz@noreply.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.GITEA_TOKEN }}" --forge gitea -o json
|
||||
|
||||
Reference in New Issue
Block a user