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 }}
|
key: repo-cache-${{ github.run_id }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
repo-cache-
|
repo-cache-
|
||||||
- name: "Import Commit Signing GPG key"
|
- name: "Import Commit Signing GPG key"
|
||||||
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_SECRET_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
|
||||||
|
|
||||||
- name: "GPG user IDs"
|
- name: "GPG user IDs"
|
||||||
shell: "bash"
|
shell: "bash"
|
||||||
run: |
|
run: |
|
||||||
echo "fingerprint: ${{ steps.import-gpg.outputs.fingerprint }}"
|
echo "fingerprint: ${{ steps.import-gpg.outputs.fingerprint }}"
|
||||||
echo "keyid: ${{ steps.import-gpg.outputs.keyid }}"
|
echo "keyid: ${{ steps.import-gpg.outputs.keyid }}"
|
||||||
echo "name: ${{ steps.import-gpg.outputs.name }}"
|
echo "name: ${{ steps.import-gpg.outputs.name }}"
|
||||||
echo "email: ${{ steps.import-gpg.outputs.email }}"
|
echo "email: ${{ steps.import-gpg.outputs.email }}"
|
||||||
|
|
||||||
- name: Run renovate
|
- name: Run renovate
|
||||||
run: renovate
|
run: renovate
|
||||||
|
|
Loading…
Add table
Reference in a new issue