refactor(ci): remove comment on PARENT_REPO_TOKEN in GitHub Actions w… #11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |