Skip to content

Commit

Permalink
fix(release-plz): use PAT for checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
martinohmann committed Jan 3, 2024
1 parent 304d86c commit ad225f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_PLZ_TOKEN }}

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit ad225f3

Please sign in to comment.