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:
|
spec:
|
||||||
owner: grafana
|
owner: grafana
|
||||||
repository: grafana
|
repository: grafana
|
||||||
token: "{{ requiredEnv .github.token }}"
|
token: '{{ requiredEnv "UPDATECLI_GITHUB_TOKEN" }}'
|
||||||
versionfilter:
|
versionfilter:
|
||||||
kind: latest
|
kind: latest
|
||||||
conditions:
|
conditions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user