axhvc 0.4.5

AxVisor HyperCall definitions for guest-hypervisor communication
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Notify Parent Repository

on:
  push:
    branches:
      - main
      - zcs
  workflow_dispatch:

jobs:
  notify-parent:
    name: Notify Parent Repository
    # 调用 axci 仓库的可复用工作流
    uses: arceos-hypervisor/axci/.github/workflows/push.yml@main
    secrets:
      PARENT_REPO_TOKEN: ${{ secrets.PARENT_REPO_TOKEN }}