fix: use TRAFFIC_TOKEN for checkout to bypass branch protection

The clone tracking workflow needs to push directly to main, but branch
protection rules block GITHUB_TOKEN pushes. Using the PAT for checkout
allows the push to succeed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jon Saad-Falcon
2026-04-10 14:49:08 -07:00
co-authored by Claude Opus 4.6
parent 0e122cd776
commit 6fcb6c5115
+2
View File
@@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.TRAFFIC_TOKEN }}
- name: Fetch clone traffic
env: