ci: use RIVET_GITHUB_PAT secret for skills repo sync

This commit is contained in:
Nathan Flurry 2026-01-29 05:26:17 -08:00
parent 27e93fcfa0
commit 43db33590d

View file

@ -20,7 +20,7 @@ jobs:
- name: Sync to skills repo
env:
SKILLS_REPO_TOKEN: ${{ secrets.SKILLS_REPO_TOKEN }}
SKILLS_REPO_TOKEN: ${{ secrets.RIVET_GITHUB_PAT }}
run: |
if [ -z "$SKILLS_REPO_TOKEN" ]; then
echo "SKILLS_REPO_TOKEN is not set" >&2