Files
samber_cc-skills-golang/.github/workflows/publish-clawhub.yml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: EOF

24 lines
508 B
YAML

# name: Publish skills to ClawHub
# on:
# push:
# branches: [main]
# paths: ['skills/**']
# workflow_dispatch: {}
# jobs:
# publish:
# if: github.repository_owner == 'samber'
# runs-on: ubicloud-standard-2
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v4
# with:
# node-version: '22'
# - name: Publish all skills
# run: ./clawhub-publish.sh
# env:
# CLAWHUB_TOKEN: ${{ secrets.CLAWHUB_TOKEN }}