From c176fcbab3a6f3ef043403f7366e7333afa5ec16 Mon Sep 17 00:00:00 2001 From: winston Date: Thu, 30 Nov 2023 23:05:35 +0100 Subject: [PATCH] ci(release): -sudo token This reverts commit 19f5c6d82a2bfd4a6e8fc516f16d3a06dbb510ef. --- .github/workflows/release-please.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 512ea58..fc591f9 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -17,7 +17,6 @@ jobs: id: release with: release-type: node - token: ${{ secrets.GH_TOKEN }} outputs: release_created: ${{ steps.release.outputs.release_created }}