Update .forgejo/workflows/renovate.yml
This commit is contained in:
parent
2249f62c4c
commit
9a37c92e03
1 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,6 @@ jobs:
|
||||||
image: renovate/renovate:39.95.0@sha256:c833350291b29d1ca6c8fedadb14dfa7e95e0f795c88aed1a89f81ec1c79a9a7
|
image: renovate/renovate:39.95.0@sha256:c833350291b29d1ca6c8fedadb14dfa7e95e0f795c88aed1a89f81ec1c79a9a7
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
|
||||||
- name: "Import Secrets"
|
- name: "Import Secrets"
|
||||||
id: "import-secrets"
|
id: "import-secrets"
|
||||||
uses: "https://github.com/hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c" # v3
|
uses: "https://github.com/hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c" # v3
|
||||||
|
@ -43,6 +42,11 @@ jobs:
|
||||||
kv/data/ci/renovatebot gpgPassphrase | RENOVATE_GPG_PASSPHRASE ;
|
kv/data/ci/renovatebot gpgPassphrase | RENOVATE_GPG_PASSPHRASE ;
|
||||||
kv/data/ci/renovatebot ciToken | RENOVATE_TOKEN ;
|
kv/data/ci/renovatebot ciToken | RENOVATE_TOKEN ;
|
||||||
kv/data/ci/renovatebot githubToken | GITHUB_COM_TOKEN ;
|
kv/data/ci/renovatebot githubToken | GITHUB_COM_TOKEN ;
|
||||||
|
- name: Checkout Repo
|
||||||
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
|
with:
|
||||||
|
token: "${{ env.RENOVATE_TOKEN }}"
|
||||||
|
|
||||||
- name: Load renovate repo cache
|
- name: Load renovate repo cache
|
||||||
uses: https://github.com/actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
uses: https://github.com/actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue