Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
68532e1e63
|
|||
|
e869a443ea
|
|||
|
8ad308d863
|
|||
|
22b2b22beb
|
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user