forked from RemoteSync/grafana-meta-monitoring-chart
Use token from env
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
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:
|
||||||
|
Reference in New Issue
Block a user