Skip to content

Commit 118b482

Browse files
Update README.md
Signed-off-by: Ziegler András <andras.ziegler@silabs.com>
1 parent 8a962e5 commit 118b482

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
6. Make sure that the whole project can be compiled with a single "make all" command.
1010
also implement "make clean"
1111
7. Fill out the [CODEOWNERS](./.github/CODEOWNERS) file. Here is the official github [guide](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners)
12-
8. Update and extend if needed the [sonar project file](./.github/sonar-project.properties) .
13-
9. **Internal projects only** Add a self-hosted runner with "devs-self-hosted-runner" name. [guide](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners)
14-
10. Secrets, add your sonarqube token and for **public repositores** add github personal access token.
15-
11. Check the workflow and adjust them according to the repo types (internal of public)
16-
12. Update this Readme file and remove this list from it.
12+
8. Add github personal access token named "PERSONAL_ACCESS_TOKEN" as a repository secret. It is necessary for CLA signature workflow.
13+
9. Check the available [workflows](./.github/workflows) and adjust them according to the repo types (internal or public)
14+
10. Update this Readme file and remove this list from it.
1715

1816
## Table of Contents
1917
- [Developer Services template project](#developer-services-template-project)

0 commit comments

Comments
 (0)