fix: use docker runner for Forgejo actions
This commit is contained in:
parent
a8410e6325
commit
c50fb5e23f
|
|
@ -21,7 +21,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
register-skill-version:
|
register-skill-version:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
env:
|
env:
|
||||||
API_BASE: ${{ vars.API_BASE || secrets.API_BASE }}
|
API_BASE: ${{ vars.API_BASE || secrets.API_BASE }}
|
||||||
CLIENT_KEY: ${{ secrets.CLIENT_KEY }}
|
CLIENT_KEY: ${{ secrets.CLIENT_KEY }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue