| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The pull request comment stage bound its GitHub token from a `github-token` credential. The credential that holds a GitHub token on the OpenModelica Jenkins is `OpenModelica-Hudson`, so point withCredentials at that one and say so in the parameter description and the README. Nothing else changes: the token is still exposed to pr-report.py as GITHUB_TOKEN, and a run without the credential still writes and publishes the report with the summary in the build log.
| Back | FazBrowse Home | New Git URL |
The pull request comment stage binds its GitHub token from a github-token
credential:
The credential that holds a GitHub token on the OpenModelica Jenkins is
OpenModelica-Hudson, so this points withCredentials at that one instead, and
updates the two places that name the credential in prose: the
pull_request_comment parameter description and the README section on
--comment.
Nothing else changes. The token still reaches pr-report.py as GITHUB_TOKEN,
and a run without the credential still writes and publishes the report, with the
summary in the build log.
Generated with Claude Code