Skip to content

Commit

Permalink
chore: use the correct token in release workflow (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg authored Apr 6, 2024
1 parent 9dceff3 commit 1af92ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ steps.generate-token.outputs.token }}
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
Expand Down

0 comments on commit 1af92ce

Please sign in to comment.