We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c970aeb commit 721cc3dCopy full SHA for 721cc3d
2 files changed
.github/dependabot.yml
@@ -13,18 +13,6 @@ updates:
13
patterns:
14
- "*"
15
16
- - package-ecosystem: "docker"
17
- directory: "/"
18
- open-pull-requests-limit: 20
19
- schedule:
20
- interval: "weekly"
21
- day: friday
22
- time: "04:00"
23
- groups:
24
- docker-dependencies:
25
- patterns:
26
- - "*"
27
-
28
- package-ecosystem: "helm"
29
directory: "/codespace-like"
30
open-pull-requests-limit: 20
.github/workflows/main-ci.yml
@@ -35,5 +35,5 @@ jobs:
35
- uses: hoverkraft-tech/ci-github-container/actions/helm/generate-docs@5396e1258d209f9af18e55da8692361508e3338c # 0.36.2
36
with:
37
values-file: ./codespace-like/values.yaml
38
- github-app-id: ${{ vars.CI_BOT_APP_ID }}
+ github-app-client-id: ${{ vars.CI_BOT_APP_CLIENT_ID }}
39
github-app-key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
0 commit comments