Skip to content

Commit 83ef318

Browse files
hotfix - removed secrets and PATs from readme
1 parent ac734a8 commit 83ef318

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

README.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,10 @@
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. 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.
1313
9. Check the available [workflows](./.github/workflows) and adjust them according to the repo types (internal or public)
1414
10. Update this Readme file and remove this list from it.
1515

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-
3216
## Hardware requirements
3317
** TODO ** List the required hw components.
3418

@@ -69,6 +53,4 @@ Please follow the [CONTRIBUTING](./.github/CONTRIBUTING.md) guideline.
6953
See the [LICENSE.md](./LICENSE.md) file for details.
7054

7155
## 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

Comments
 (0)