From b421b503800b6b2c4e1a6fa624fb8802ce375489 Mon Sep 17 00:00:00 2001 From: Hammy <58985301+sgoudham@users.noreply.github.com> Date: Mon, 27 May 2024 18:41:28 +0100 Subject: [PATCH] ci: use token for release-please (#249) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25da70f1..3b64495f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,8 @@ jobs: steps: - uses: googleapis/release-please-action@v4 id: release + with: + token: ${{ secrets.RELEASE_PLEASE_TOKEN }} outputs: release_created: ${{ steps.release.outputs.release_created }} tag_name: ${{ steps.release.outputs.tag_name }}