From 4981ee42c53d4076505e3e04bc712ff7ae965f76 Mon Sep 17 00:00:00 2001 From: Tiago Pascoal Date: Fri, 27 Jan 2023 14:49:18 +0000 Subject: [PATCH] Add information about Actions Permissions --- Readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Readme.md b/Readme.md index af4fcdc..7fa2451 100644 --- a/Readme.md +++ b/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: