Skip to content

Commit

Permalink
ci: fix target git
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Hang <[email protected]>
  • Loading branch information
Banh-Canh committed Jan 12, 2025
1 parent 978e960 commit 973d388
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion updatecli/updatecli.d/grafana-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ scms:
spec:
email: '[email protected]'
owner: 'didactiklabs'
repository: 'nixOS-server'
repository: 'fluxy'
token: '{{ requiredEnv "UPDATECLI_GITHUB_TOKEN" }}'
branch: 'main'
sources:
Expand Down
2 changes: 1 addition & 1 deletion updatecli/updatecli.d/kube-prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scms:
spec:
email: '[email protected]'
owner: 'didactiklabs'
repository: 'nixOS-server'
repository: 'fluxy'
token: '{{ requiredEnv "UPDATECLI_GITHUB_TOKEN" }}'
branch: 'main'
# Defines how to get "source" information such as Jenkins version
Expand Down
2 changes: 1 addition & 1 deletion updatecli/updatecli.d/kubevirt-monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scms:
spec:
email: '[email protected]'
owner: 'didactiklabs'
repository: 'nixOS-server'
repository: 'fluxy'
token: '{{ requiredEnv "UPDATECLI_GITHUB_TOKEN" }}'
branch: 'main'
# Defines how to get "source" information such as Jenkins version
Expand Down

0 comments on commit 973d388

Please sign in to comment.