Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to provide GitHub credentials to PolicyPanda #224

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ This repository has a script that does a basic check if a GitHub repository/orga

You run it like this: `jbang policypanda@commonhaus/foundation hibernate` where `hibernate` is the GitHub organization name.

NOTE: The script requires GitHub credentials in the form of either environment variables (see [help here](https://github-api.kohsuke.org/#Environmental_variables), or [alternate link](https://web.archive.org/web/20250108173712/https://github-api.kohsuke.org/#Environmental_variables)) or a `~/.github` properties file (see [help here](https://github-api.kohsuke.org/#Property_file), or [alternate link](https://web.archive.org/web/20250108173712/https://github-api.kohsuke.org/#Property_file)).

ebullient marked this conversation as resolved.
Show resolved Hide resolved
If you want it to only check specific repositories, you can use the `-r` to specify a regular expression.

Example:
Expand Down
Loading