mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 09:42:13 +08:00
CI: ignore failure in github_app_generate_token step (#97141)
This commit is contained in:
@ -37,4 +37,6 @@ def github_app_generate_token_step():
|
||||
"echo $(/usr/bin/github-app-external-token) > /github-app/token",
|
||||
],
|
||||
"volumes": github_app_step_volumes(),
|
||||
# forks or those without access would cause it to fail, but we can safely ignore it since there'll be no token.
|
||||
"failure": "ignore",
|
||||
}
|
||||
|
Reference in New Issue
Block a user