From e33849c5b41f85efd62e3983cb3d28398da7cb3b Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 24 Oct 2024 17:25:12 -0400 Subject: [PATCH] Update release-please.yml --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 7fe8e6f..5792b42 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -21,4 +21,4 @@ jobs: package-name: release bump-minor-pre-major: true bump-patch-for-minor-pre-major: true - token: ${{ secrets.RELEASE_PLEASE_GITHUB_ACTION }} + token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}