File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ This guide will help you quickly configure a new repository from this template f
1818
1919### 🔑 2. Tokens and Secrets Configuration
2020
21- You need to set up two tokens: the ** GitHub** token (` PAT_TOKEN ` ) and the ** Codacy** token (` CODACY_PROJECT_TOKEN ` ).
22- Both tokens must be added to ** Actions** and ** Dependabot** secrets.
21+ You need to set up two tokens: a ** GitHub Personal Access Token ** (` PAT_TOKEN ` ) and the ** Codacy** token (` CODACY_PROJECT_TOKEN ` ).
22+ Both tokens must be added to ** Actions** and ** Dependabot** secrets in order to GitHub Actions and Dependabot to function correctly .
2323
2424#### A. 🔐 Personal Access Token (PAT)
2525
26- The ` PAT_TOKEN ` is necessary for GitHub Actions (like Dependabot and year update) to function correctly.
26+ The ` PAT_TOKEN ` is required for ** GitHub Actions** and ** Dependabot** to function properly:
2727
28281 . ** Verify/Create the PAT:**
2929 * Go to ** [ Personal access tokens (classic)] ( https://github.com/settings/tokens ) ** .
@@ -34,7 +34,7 @@ The `PAT_TOKEN` is necessary for GitHub Actions (like Dependabot and year update
3434
3535#### B. 🛡️ Codacy Project Token
3636
37- Required to send code coverage reports.
37+ The ` CODACY_PROJECT_TOKEN ` is required to send code coverage reports to Codacy:
3838
39391 . ** Get the Codacy Token:**
4040 * Go to [ Codacy] ( https://app.codacy.com ) and ** add your new repository** .
You can’t perform that action at this time.
0 commit comments