forked from kemitix/git-next
build(push-main): use sha to specify rust action (bust cache)
This commit is contained in:
parent
f363f9eb17
commit
ee135eb5fe
1 changed files with 2 additions and 2 deletions
|
@ -22,14 +22,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Run release-plz release-pr
|
- name: Run release-plz release-pr
|
||||||
uses: https://git.kemitix.net/kemitix/rust@dev
|
uses: https://git.kemitix.net/kemitix/rust@be47ad0bab99ebd74de7cfdbdcde14780a680991
|
||||||
with:
|
with:
|
||||||
args: release-plz release-pr --backend gitea --git-token ${GITHUB_TOKEN}
|
args: release-plz release-pr --backend gitea --git-token ${GITHUB_TOKEN}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||||
- name: Run release-plz release
|
- name: Run release-plz release
|
||||||
uses: https://git.kemitix.net/kemitix/rust@dev
|
uses: https://git.kemitix.net/kemitix/rust@be47ad0bab99ebd74de7cfdbdcde14780a680991
|
||||||
with:
|
with:
|
||||||
args: release-plz release --backend gitea --git-token ${GITHUB_TOKEN}
|
args: release-plz release --backend gitea --git-token ${GITHUB_TOKEN}
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue