Skip to content

Commit

Permalink
Merge pull request #190 from matttrach/fix-updatecli-values
Browse files Browse the repository at this point in the history
fix updatecli values filename, move repo info to configs
  • Loading branch information
matttrach authored May 5, 2023
2 parents a14e7f4 + 6f7226d commit 70d2ed2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 43 deletions.
12 changes: 6 additions & 6 deletions updatecli/updatecli.d/updatecli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ scms:
email: "{{ .github.email }}"
username: "{{ requiredEnv .github.username }}"
token: '{{ requiredEnv .github.token }}'
owner: "{{ .helm-controller.org }}"
repository: "{{ .helm-controller.repo }}"
branch: "{{ .helm-controller.branch }}"
owner: "k3s-io"
repository: "helm-controller"
branch: "master"
go:
kind: "github"
spec:
user: "{{ .github.user }}"
email: "{{ .github.email }}"
username: "{{ requiredEnv .github.username }}"
token: '{{ requiredEnv .github.token }}'
owner: "{{ .go.org }}"
repository: "{{ .go.repo }}"
branch: "{{ .go.branch }}"
owner: "golang"
repository: "go"
branch: "master"

sources:
# validate gittag parsing external public repos
Expand Down
5 changes: 5 additions & 0 deletions updatecli/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
github:
user: "github-actions[bot]"
email: "41898282+github-actions[bot]@users.noreply.github.com"
username: "UPDATECLI_GITHUB_ACTOR"
token: "UPDATECLI_GITHUB_TOKEN"
37 changes: 0 additions & 37 deletions updatecli/values.yml

This file was deleted.

0 comments on commit 70d2ed2

Please sign in to comment.