Add information about Actions Permissions
This commit is contained in:
11
Readme.md
11
Readme.md
@@ -18,6 +18,17 @@ Complete the following steps:
|
||||
2. Create the following labels in this new repository, if they are not already present: `jenkins`, `azure-devops`, `circle-ci`, `gitlab`, `travis-ci`, and `actions-importer-running`.
|
||||
3. Add the repository secrets described below that are relevant to the CI/CD providers being migrated.
|
||||
|
||||
### Actions Permissions
|
||||
|
||||
Actions permissions for the created repository, will need one of the following settings:
|
||||
|
||||
- Allow all actions and reusable workflows
|
||||
- Allow enterprise, and select non-enterprise, actions and reusable workflows
|
||||
- Allow actions created by GitHub
|
||||
- Allow actions by Marketplace OR add `ruby/setup-ruby@v1` in Allow specified actions and reusable workflows list.
|
||||
|
||||
See [Managing GitHub Actions permissions for your repository](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#managing-github-actions-permissions-for-your-repository) for more information.
|
||||
|
||||
### All CI/CD providers
|
||||
|
||||
The following secrets are required:
|
||||
|
||||
Reference in New Issue
Block a user