Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 31 additions & 29 deletions .github/workflows/traffic-updater.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/workflows/traffic-updater.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ safe-outputs:
allowed-files:
- ".github/uvs.csv"
- ".github/views.csv"
github-token: ${{ secrets.GH_AW_GITHUB_TOKEN }}
Comment on lines 30 to +33
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding a PAT-based github-token here makes the workflow depend on secrets.GH_AW_GITHUB_TOKEN being present. If this workflow is expected to run in forks or in environments where the PAT isn’t configured, consider using a fallback to secrets.GITHUB_TOKEN (or documenting/enforcing the requirement with a clear validation step).

Copilot uses AI. Check for mistakes.
---

# Collect Weekly Repo Traffic
Expand Down
Loading