Skip to content

Commit 9868837

Browse files
committed
docs: minor token documentation upgrades #147
1 parent eb82a15 commit 9868837

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2828
1. **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

3939
1. **Get the Codacy Token:**
4040
* Go to [Codacy](https://app.codacy.com) and **add your new repository**.

0 commit comments

Comments
 (0)