Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
39b695b983
|
|||
|
6e38af373e
|
|||
|
3d7bd75009
|
|||
|
a69573761f
|
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Setup git config
|
||||
uses: https://github.com/OleksiyRudenko/gha-git-credentials@v2-latest
|
||||
with:
|
||||
token: "${{ secrets.GITEA_TOKEN }}"
|
||||
token: "${{ secrets.RELEASE_PLZ_TOKEN }}"
|
||||
name: "Automation"
|
||||
email: "automation@huizinga.dev"
|
||||
- uses: dtolnay/rust-toolchain@nightly
|
||||
@@ -22,4 +22,4 @@ jobs:
|
||||
- uses: taiki-e/install-action@v2
|
||||
with:
|
||||
tool: release-plz
|
||||
- run: release-plz release-pr --git-token "${{ secrets.RELEASE_PLZ_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