Update .forgejo/workflows/renovate.yml

This commit is contained in:
Oliver Weyhmüller 2025-01-08 11:14:14 +00:00
parent 81a42ff271
commit 98aeb36510

View file

@ -57,7 +57,7 @@ jobs:
id: "import-gpg" id: "import-gpg"
uses: "https://github.com/crazy-max/ghaction-import-gpg@v6" uses: "https://github.com/crazy-max/ghaction-import-gpg@v6"
with: with:
gpg_private_key: "${{ env.RENOVATE_GPG_SECRET_KEY }}" gpg_private_key: "${{ env.RENOVATE_GPG_PRIVATE_KEY }}"
passphrase: "${{ env.RENOVATE_GPG_PASSPHRASE }}" passphrase: "${{ env.RENOVATE_GPG_PASSPHRASE }}"
git_user_signingkey: true git_user_signingkey: true
git_commit_gpgsign: true git_commit_gpgsign: true