| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
|
Review requested:
|
Sorry, something went wrong.
|
Fast-track has been requested by @panva. Please 👍 to approve. |
Sorry, something went wrong.
| ncu-config set jenkins_token "$JENKINS_TOKEN" | ||
| ncu-config set repo "${REPOSITORY}" | ||
| ncu-config set owner "${GITHUB_REPOSITORY_OWNER}" | ||
| # Keep the config outside the workspace so checkout does not remove it. |
There was a problem hiding this comment.
nit: I'd put the comment in the YAML rather than the bash (I guess it's irrelevant here, but it's quite important in Nix files to avoid invalidating a build when fixing a typo in a comment)
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Since we checkout after we set the credentials now the checkout overwrites the local ncu config, switch it to global for this job.
Refs: #64343
Refs: #64991 (comment)