From e2fff9ae916fed307d830792394a79f302411b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=E1=B4=87C=E1=B4=8F=E1=B4=85=E1=B4=87s2=E1=B4=8D=E1=B4=9C?= =?UTF-8?q?=E1=B4=84=CA=9C?= Date: Fri, 5 Jul 2024 16:41:34 +0000 Subject: [PATCH] Update changelog.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ --- .github/workflows/changelog.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 0422ea3..08c2dc4 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -30,10 +30,9 @@ jobs: id: import_gpg uses: crazy-max/ghaction-import-gpg@v6.1.0 with: - git_user_signingkey: true - git_commit_gpgsign: true - env: gpg_private_key: ${{ secrets.GIT_ACTIONS_GPG_KEY }} + git_user_signingkey: true + git_commit_gpgsign: true - name: Commit and push changes run: |