Skip to content

Commit

Permalink
recheck needs github token (#325)
Browse files Browse the repository at this point in the history
* recheck needs github token

see https://github.com/cargo-bins/cargo-quickinstall/actions/runs/11793818866/job/32850152585#step:6:93

* GH_TOKEN

Co-authored-by: Jiahao XU <[email protected]>
Signed-off-by: David Laban <[email protected]>

---------

Signed-off-by: David Laban <[email protected]>
Co-authored-by: Jiahao XU <[email protected]>
  • Loading branch information
alsuren and NobodyXu authored Nov 12, 2024
1 parent 6962a02 commit 2418198
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ jobs:
- uses: ./.github/actions/cronjob-setup
- name: Trigger tarball builds of cargo-quickinstall
run: make recheck-self-only
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2418198

Please sign in to comment.