You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,8 +153,11 @@ There are two key workflows:
153
153
-**`call-rsfc.yml`**:
154
154
A workflow file that triggers `run-rsfc.yml`.
155
155
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`.
157
157
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.
0 commit comments