mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 12:03:53 +00:00
ci: use RIVET_GITHUB_PAT secret for skills repo sync
This commit is contained in:
parent
27e93fcfa0
commit
43db33590d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/skill-generator.yml
vendored
2
.github/workflows/skill-generator.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue