From e1e99b326d91d0ca2f6dd812511e14cc0f0a24f6 Mon Sep 17 00:00:00 2001 From: Kevaundray Wedderburn Date: Tue, 21 May 2024 10:36:15 +0100 Subject: [PATCH] fix: explicitly pass the RELEASE-TOKEN when dispatching workflows --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 372e31e9..bdf1d0bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,7 @@ name: Release permissions: contents: write pull-requests: write + actions: write on: push: @@ -36,3 +37,4 @@ jobs: workflow: rust-crates-publish.yml ref: master inputs: '{ "ref": "${{ needs.release-please.outputs.tag-name }}" }' + token: ${{ secrets.RELEASE_TOKEN }}