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 b6ac790 commit dc67e6aCopy full SHA for dc67e6a
1 file changed
updatecli/updatecli.d/updatecli.yaml
@@ -33,10 +33,9 @@ targets:
33
matcher: "UPDATECLI_VERSION"
34
scm:
35
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 }}"
+ user: updatecli
+ email: me@olblak.com
+ owner: updatecli
+ repository: updatecli-action
+ token: "{{ requiredEnv UPDATECLI_GITHUB_TOKEN }}"
+ branch: main
0 commit comments