|
9 | 9 | 6. Make sure that the whole project can be compiled with a single "make all" command. |
10 | 10 | also implement "make clean" |
11 | 11 | 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. Add github personal access token named "PERSONAL_ACCESS_TOKEN" as a repository secret. It is necessary for CLA signature workflow. |
| 12 | +8. Add github app private key for CLA assistant signature. Contact silicon labs github support person for it. |
13 | 13 | 9. Check the available [workflows](./.github/workflows) and adjust them according to the repo types (internal or public) |
14 | 14 | 10. Update this Readme file and remove this list from it. |
15 | 15 |
|
16 | | -## Table of Contents |
17 | | -- [Developer Services template project](#developer-services-template-project) |
18 | | - - [How to use the template](#how-to-use-the-template) |
19 | | - - [Table of Contents](#table-of-contents) |
20 | | - - [Hardware requirements](#hardware-requirements) |
21 | | - - [Hardware Setup](#hardware-setup) |
22 | | - - [Build environment setup](#build-environment-setup) |
23 | | - - [Docker](#docker) |
24 | | - - [Windows](#windows) |
25 | | - - [Linux](#linux) |
26 | | - - [MacOS](#macos) |
27 | | - - [Debug environment](#debug-environment) |
28 | | - - [Contributing](#contributing) |
29 | | - - [License](#license) |
30 | | - - [Secrets](#secrets) |
31 | | - |
32 | 16 | ## Hardware requirements |
33 | 17 | ** TODO ** List the required hw components. |
34 | 18 |
|
@@ -69,6 +53,4 @@ Please follow the [CONTRIBUTING](./.github/CONTRIBUTING.md) guideline. |
69 | 53 | See the [LICENSE.md](./LICENSE.md) file for details. |
70 | 54 |
|
71 | 55 | ## Secrets |
72 | | -The following secrets are required for this project: |
73 | | -- `PERSONAL_ACCESS_TOKEN`: Needed for the CLA signature automation workflow **only for public projects** |
74 | | -- `SONAR_TOKEN`: Token to access Sonarqube servers |
| 56 | +** TODO** List here the necessary secrets. DO NOT USE PERSONAL ACCESS TOKENS IN PUBLIC REPOSITORIES. |
0 commit comments