From e103fbb357287ca40e2741c422a12644e860b8a1 Mon Sep 17 00:00:00 2001 From: sanrio bf <45847997+sanriodev@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:20:36 +0200 Subject: [PATCH] ci: repo secret typo --- .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 e10b5e0..515fec7 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -18,7 +18,7 @@ jobs: # this assumes that you have created a personal access token # (PAT) and configured it as a GitHub action secret named # `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important). - token: ${{ secrets.REALEASE_PLEASE_TOKEN }} + token: ${{ secrets.RELEASE_PLEASE_TOKEN }} # this is a built-in strategy in release-please, see "Action Inputs" # for more options release-type: node