Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
6a8696b51d
|
|||
|
bf0aea0096
|
|||
|
65205a07d9
|
|||
|
685891fead
|
@@ -24,9 +24,9 @@ jobs:
|
||||
with:
|
||||
global: true
|
||||
actor: "${{ gitea.actor }}"
|
||||
token: "${{ secrets.RELEASE_PLZ_TOKEN }}"
|
||||
token: "${{ secrets.GITEA_TOKEN }}"
|
||||
name: Automation
|
||||
email: "automation@noreply.huizinga.dev"
|
||||
- run: env
|
||||
- run: git config --list
|
||||
- run: release-plz release-pr --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea -o json -vvv
|
||||
- run: release-plz release-pr --git-token "${{ secrets.GITEA_TOKEN }}" --forge gitea -o json -vvv
|
||||
|
||||
Reference in New Issue
Block a user