Add information about Actions Permissions

This commit is contained in:
Tiago Pascoal
2023-01-27 14:49:18 +00:00
committed by GitHub
parent 59a9f9ac5d
commit 4981ee42c5

View File

@@ -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: