ci: Add missing token setting for actions/checkout

This commit is contained in:
Chris Hennick 2024-04-24 00:00:08 -07:00
parent 96441f0547
commit e0edcb6f72
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_PLZ_TOKEN }}
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly