From 006c148f107cfb35c3cbde7f7be295d2fc4dc4a1 Mon Sep 17 00:00:00 2001 From: Hammy <58985301+sgoudham@users.noreply.github.com> Date: Mon, 27 May 2024 18:58:15 +0100 Subject: [PATCH] ci(release): remove token (#252) --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 345fe5d5..d5504faa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,8 +15,6 @@ 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 }}