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: |