CI: ignore failure in github_app_generate_token step (#97141)

This commit is contained in:
Matheus Macabu
2024-12-10 09:46:28 +01:00
committed by GitHub
parent 718612aabf
commit aa5ba238a4
2 changed files with 14 additions and 1 deletions

View File

@ -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",
}