Skip to content

Commit dc67e6a

Browse files
committed
Update updatecli config
Signed-off-by: Olivier Vernin <olivier@vernin.me>
1 parent b6ac790 commit dc67e6a

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

updatecli/updatecli.d/updatecli.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ targets:
3333
matcher: "UPDATECLI_VERSION"
3434
scm:
3535
github:
36-
user: "{{ .github.user }}"
37-
email: "{{ .github.email }}"
38-
owner: "{{ .github.owner }}"
39-
repository: "{{ .github.repository }}"
40-
token: "{{ requiredEnv .github.token }}"
41-
username: "{{ .github.username }}"
42-
branch: "{{ .github.branch }}"
36+
user: updatecli
37+
email: me@olblak.com
38+
owner: updatecli
39+
repository: updatecli-action
40+
token: "{{ requiredEnv UPDATECLI_GITHUB_TOKEN }}"
41+
branch: main

0 commit comments

Comments
 (0)