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
+75-17Lines changed: 75 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,46 +36,104 @@ Last updated: 2025-07-10
36
36
- In your repository, navigate to **Settings** > **Secrets and Variables** > **Actions**.
37
37
- Add a new secret named `TRAFFIC_TOKEN` and paste the generated token.
38
38
4.**Add the Pipeline**: This single pipeline will fetch the visitor count, update the badge in the `README.md` file, and push the changes back to the repository.
39
-
- Create a GitHub Actions workflow (`update-metrics.yml`) in your repository to handle the visitor counter logic.
40
-
- Use the following content for the workflow:
39
+
- Create a GitHub Actions workflow (`use-visitor-counter.yml`) in your repository to handle the visitor counter logic.
40
+
- Use the following content for the workflow, you can use [this pipeline as refence](https://github.com/brown9804/Cloud-DevOps-Overview/blob/main/.github/workflows/use-visitor-counter.yml).
0 commit comments