Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
6a1939061e
|
|||
|
dacc6cd310
|
|||
|
3591aeab5d
|
|||
|
46d4ee205b
|
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Setup git config
|
||||
uses: https://github.com/OleksiyRudenko/gha-git-credentials@v2-latest
|
||||
with:
|
||||
token: "${{ secrets.RELEASE_PLZ_TOKEN }}"
|
||||
token: "${{ secrets.GITEA_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