From e0edcb6f72c6dd0c2dbab20ecac0322ef6f3dd94 Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Wed, 24 Apr 2024 00:00:08 -0700 Subject: [PATCH] ci: Add missing token setting for actions/checkout --- .github/workflows/release-plz.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 61b13097..dcd3c7fb 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -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