fix: use docker runner for Forgejo actions
This commit is contained in:
parent
222cd0fcde
commit
7f8813425a
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue