Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
5fcc44ea65
|
|||
|
579e87787b
|
|||
|
ff8ec7f6a5
|
|||
|
812ae606c0
|
@@ -9,10 +9,6 @@ jobs:
|
||||
release-plz-pr:
|
||||
name: Release-plz PR
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: dtolnay/rust-toolchain@nightly
|
||||
@@ -23,7 +19,7 @@ jobs:
|
||||
- run: |
|
||||
git config user.name "Release-plz"
|
||||
git config user.email "release-plz@noreply.huizinga.dev"
|
||||
# git config url.https://${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }}@git.huizinga.dev/.insteadOf https://git.huizinga.dev/
|
||||
git config url.https://${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }}@git.huizinga.dev/.insteadOf https://git.huizinga.dev/
|
||||
- run: release-plz release-pr --git-token "${{ secrets.GITEA_TOKEN }}" --forge gitea -o json
|
||||
|
||||
# release-plz:
|
||||
|
||||
Reference in New Issue
Block a user