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
> This repository holds the public **GitHub profile content** for *Microsoft Cloud Sandbox - Unofficial* and a small **GitHub Actions automation** that refreshes the visitor/view counter badge.
-**Profile hub**: the content in `profile/README.md` is intended to be displayed on the GitHub profile page (when this repository is the special `.github` repo for an organization).
@@ -27,23 +31,15 @@ Last updated: 2025-05-13
27
31
28
32
## How to update
29
33
30
-
### Update the profile text
31
-
32
-
Edit `profile/README.md`.
33
-
34
-
### Refresh the visitor counter badge / metrics
35
-
36
-
- Run the workflow manually from GitHub: **Actions** → **Use Visitor Counter Logic** → **Run workflow**.
37
-
- Or let it run automatically on the configured cron schedule.
38
-
39
-
## Secrets / permissions
40
-
41
-
The workflow expects a repository secret named `TRAFFIC_TOKEN` so it can read repository traffic insights.
42
-
43
-
## Notes
34
+
- Update the profile text. Edit `profile/README.md`.
35
+
- Refresh the visitor counter badge / metrics:
36
+
- Run the workflow manually from GitHub: **Actions** → **Use Visitor Counter Logic** → **Run workflow**.
37
+
- Or let it run automatically on the configured cron schedule.
38
+
- Secrets / permissions: The workflow expects a repository secret named `TRAFFIC_TOKEN` so it can read repository traffic insights.
44
39
45
-
- The workflow uses an external tool repo (`brown9804/github-visitor-counter`) to generate the badge and `metrics.json`.
46
-
- Manual edits to `metrics.json` are not recommended because the workflow will replace it on the next run.
40
+
> [!NOTE]
41
+
> - The workflow uses an external tool repo (`brown9804/github-visitor-counter`) to generate the badge and `metrics.json`.
42
+
> - Manual edits to `metrics.json` are not recommended because the workflow will replace it on the next run.
0 commit comments