From 7d6febc8d5b5837287a096b595ac32ec9c31a9bd Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Sat, 2 Dec 2023 15:12:50 +0900 Subject: [PATCH] fix(release-please): fix secret name (#3612) --- .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 674630959..5d5348ead 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -12,7 +12,7 @@ jobs: uses: actions/create-github-app-token@v1 with: app-id: ${{ secrets.RENOVATE_BOT_APP_ID }} - private-key: ${{ secrets.RENOVATE_BOT_APP_PRIVATE_KEY }} + private-key: ${{ secrets.RENOVATE_BOT_PRIVATE_KEY }} - uses: google-github-actions/release-please-action@v3 id: release with: