mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Pass github-token to taiki-e/install-action in release-pr.yml
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
6f3bcf691e
commit
f16440575b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
|
@ -51,6 +51,8 @@ jobs:
|
|||
uses: taiki-e/install-action@v2
|
||||
with:
|
||||
tool: cargo-release,cargo-semver-checks
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.CI_RELEASE_TEST_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
||||
|
||||
- run: rustup toolchain install stable --no-self-update --profile minimal
|
||||
- uses: cargo-bins/release-pr@v2.1.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue