Update .forgejo/workflows/renovate.yml
This commit is contained in:
parent
81a42ff271
commit
98aeb36510
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue