Update .forgejo/workflows/renovate.yml

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

View file

@ -53,22 +53,22 @@ jobs:
key: repo-cache-${{ github.run_id }}
restore-keys: |
repo-cache-
- name: "Import Commit Signing GPG key"
id: "import-gpg"
uses: "https://github.com/crazy-max/ghaction-import-gpg@v6"
with:
gpg_private_key: "${{ env.RENOVATE_GPG_SECRET_KEY }}"
passphrase: "${{ env.RENOVATE_GPG_PASSPHRASE }}"
git_user_signingkey: true
git_commit_gpgsign: true
- name: "Import Commit Signing GPG key"
id: "import-gpg"
uses: "https://github.com/crazy-max/ghaction-import-gpg@v6"
with:
gpg_private_key: "${{ env.RENOVATE_GPG_SECRET_KEY }}"
passphrase: "${{ env.RENOVATE_GPG_PASSPHRASE }}"
git_user_signingkey: true
git_commit_gpgsign: true
- name: "GPG user IDs"
shell: "bash"
run: |
echo "fingerprint: ${{ steps.import-gpg.outputs.fingerprint }}"
echo "keyid: ${{ steps.import-gpg.outputs.keyid }}"
echo "name: ${{ steps.import-gpg.outputs.name }}"
echo "email: ${{ steps.import-gpg.outputs.email }}"
- name: "GPG user IDs"
shell: "bash"
run: |
echo "fingerprint: ${{ steps.import-gpg.outputs.fingerprint }}"
echo "keyid: ${{ steps.import-gpg.outputs.keyid }}"
echo "name: ${{ steps.import-gpg.outputs.name }}"
echo "email: ${{ steps.import-gpg.outputs.email }}"
- name: Run renovate
run: renovate