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