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