Skip to content

Commit

Permalink
Use custom token here to allow triggering other pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mre authored Oct 7, 2024
1 parent 967af97 commit c4568a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
# Use custom token here to allow triggering other
# pipelines (e.g. binary builds) after release.
token: ${{ secrets.RELEASE_PLZ_TOKEN }}
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
Expand Down

0 comments on commit c4568a8

Please sign in to comment.