mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-18 17:04: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
|
- name: Sync to skills repo
|
||||||
env:
|
env:
|
||||||
SKILLS_REPO_TOKEN: ${{ secrets.SKILLS_REPO_TOKEN }}
|
SKILLS_REPO_TOKEN: ${{ secrets.RIVET_GITHUB_PAT }}
|
||||||
run: |
|
run: |
|
||||||
if [ -z "$SKILLS_REPO_TOKEN" ]; then
|
if [ -z "$SKILLS_REPO_TOKEN" ]; then
|
||||||
echo "SKILLS_REPO_TOKEN is not set" >&2
|
echo "SKILLS_REPO_TOKEN is not set" >&2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue