From f2562c4533063ee2416d5b086be1b923f0020648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Wed, 10 Jul 2024 16:19:17 -0400 Subject: [PATCH] ci: fix secret's name (#727) --- .github/workflows/update-license.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-license.yml b/.github/workflows/update-license.yml index b6b72766..9b11043a 100644 --- a/.github/workflows/update-license.yml +++ b/.github/workflows/update-license.yml @@ -18,7 +18,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} commitAuthorName: 'kube1st' commitAuthorEmail: ${{ secrets.GPG_EMAIL }} - gpgPrivateKey: ${{ secrets.GPG_KEY }} + gpgPrivateKey: ${{ secrets.GPG_PRIVATE_KEY }} gpgPassphrase: ${{ secrets.GPG_PASSPHRASE }} commitTitle: "chore: update license years with {{currentYear}}" prTitle: "chore: update license years with {{currentYear}}"