Use token from env
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
parent
643e73f5f1
commit
d4c886ba9d
2
.github/configs/updatecli.d/grafana.yaml
vendored
2
.github/configs/updatecli.d/grafana.yaml
vendored
@ -6,7 +6,7 @@ sources:
|
||||
spec:
|
||||
owner: grafana
|
||||
repository: grafana
|
||||
token: "{{ requiredEnv .github.token }}"
|
||||
token: '{{ requiredEnv "UPDATECLI_GITHUB_TOKEN" }}'
|
||||
versionfilter:
|
||||
kind: latest
|
||||
conditions:
|
||||
|
Loading…
x
Reference in New Issue
Block a user