mirror of
https://github.com/grafana/grafana.git
synced 2026-08-13 06:34:55 -05:00
Add token to init-enterprise (#57246)
This commit is contained in:
@@ -111,8 +111,10 @@ def init_enterprise_step(ver_mode):
|
||||
}
|
||||
token = "--github-token $${GITHUB_TOKEN}"
|
||||
elif ver_mode == 'release-branch':
|
||||
environment = {}
|
||||
token = ""
|
||||
environment = {
|
||||
'GITHUB_TOKEN': from_secret(github_token),
|
||||
}
|
||||
token = "--github-token $${GITHUB_TOKEN}"
|
||||
else:
|
||||
environment = {}
|
||||
token = ""
|
||||
|
||||
Reference in New Issue
Block a user