Skip to content

Commit fff231d

Browse files
committed
changes in readme.md
1 parent 5d27a05 commit fff231d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,11 @@ There are two key workflows:
153153
- **`call-rsfc.yml`**:
154154
A workflow file that triggers `run-rsfc.yml`.
155155
It must be placed in each repository that you want to analyze, since the repository where `call-rsfc.yml` is hosted is the one that will be processed.
156-
No additional inputs are required because the repository context is automatically passed by the `call`.
156+
No additional inputs are required because the repository context is automatically passed by the `call`.
157157
This workflow can be triggered manually (`workflow_dispatch`) or automatically (e.g., on `push` events).
158+
- **Secrets**:
159+
- `RSFC_TOKEN` is optional but recommended if you plan to run multiple analyses or expect heavy usage. It allows RSFC to access private repositories and avoid rate limits.
160+
158161

159162
## Usage
160163

@@ -179,4 +182,4 @@ jobs:
179182
with:
180183
repo_url: https://github.com/${{ github.repository }}
181184
secrets:
182-
GITHUB_TOKEN: ${{ secrets.RSFC_TOKEN }}
185+
RSFC_TOKEN: ${{ secrets.RSFC_TOKEN }}

0 commit comments

Comments
 (0)