This repository is meant to hold the setup for requesting actions to be used internally, for example together with the Internl Actions Marketplace.
security-check
Issue labeled security scan
is triggered, executing several automated checks.Currently we run the following checks:
For configuration of the workflows in this repository, we use the following secrets:
Name | Example value | Description |
---|---|---|
ACTIONS_STEP_DEBUG | true | Get additional debugging logs in Actions |
GH_TOKEN | ghp_***** | GitHub Token with enough access to fork the repos into a specific org |
Whenever a new issue is added to this repo, the new-issue.yml
workflow is triggered. For a description of what it does, check this blogpost.
These are the secrets that it uses: | Name | Example value | Description |
---|---|---|---|
PROJECT_ACCOUNT | rajbos | Account name under which the project is linked to | |
PROJECT_NUMBER | 2 | The number of the project | |
PROJECT_TOKEN | ghp_***** | A token with access to add issues to the project |