fix: use docker runner for Forgejo actions

This commit is contained in:
ivanberry 2026-03-12 08:01:39 +08:00
parent 222cd0fcde
commit 7f8813425a
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 }}