Skip to content

Commit 721cc3d

Browse files
committed
ci: fix input name
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent c970aeb commit 721cc3d

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,6 @@ updates:
1313
patterns:
1414
- "*"
1515

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-
2816
- package-ecosystem: "helm"
2917
directory: "/codespace-like"
3018
open-pull-requests-limit: 20

.github/workflows/main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
- uses: hoverkraft-tech/ci-github-container/actions/helm/generate-docs@5396e1258d209f9af18e55da8692361508e3338c # 0.36.2
3636
with:
3737
values-file: ./codespace-like/values.yaml
38-
github-app-id: ${{ vars.CI_BOT_APP_ID }}
38+
github-app-client-id: ${{ vars.CI_BOT_APP_CLIENT_ID }}
3939
github-app-key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)