fix: use docker runner for Forgejo actions

This commit is contained in:
ivanberry 2026-03-12 08:01:42 +08:00
parent a8410e6325
commit c50fb5e23f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ on:
jobs:
register-skill-version:
runs-on: ubuntu-latest
runs-on: docker
env:
API_BASE: ${{ vars.API_BASE || secrets.API_BASE }}
CLIENT_KEY: ${{ secrets.CLIENT_KEY }}