Compare commits
6 Commits
renovate/d
...
6cbeecaaad
Author | SHA1 | Date | |
---|---|---|---|
6cbeecaaad | |||
a1d9419593 | |||
f437caf21c | |||
41168f300a | |||
5fba8c75ae | |||
40d211b1f0 |
@@ -16,12 +16,12 @@ jobs:
|
||||
container: ghcr.io/renovatebot/renovate:latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
- name: Run Renovate CLI
|
||||
run: |
|
||||
renovate
|
||||
env:
|
||||
LOG_LEVEL: "debug"
|
||||
# LOG_LEVEL: "debug"
|
||||
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/.renovate/config.js
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
#GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }} # optional
|
||||
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
@@ -13,7 +13,7 @@ spec:
|
||||
sources:
|
||||
- repoURL: https://bitnami-labs.github.io/sealed-secrets
|
||||
chart: sealed-secrets
|
||||
targetRevision: 2.17.3
|
||||
targetRevision: 2.17.4
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/system/SealedSecrets/values.yaml
|
||||
|
Reference in New Issue
Block a user