|
|
@@ -204,28 +204,6 @@ jobs:
|
|
|
run: |
|
|
|
gh --repo emqx/emqx-i18n workflow run sync-en-doc.yaml -f version=${GITHUB_REF_NAME##[v|e]} -f repository=${GITHUB_REPOSITORY} -f run_id=${GITHUB_RUN_ID}
|
|
|
|
|
|
- update_emqx_docs:
|
|
|
- if: needs.prepare.outputs.release == 'true'
|
|
|
- needs:
|
|
|
- - prepare
|
|
|
- - compile
|
|
|
- - build_and_push_docker_images
|
|
|
- runs-on: ${{ endsWith(github.repository, '/emqx') && 'ubuntu-22.04' || fromJSON('["self-hosted","ephemeral","linux","x64"]') }}
|
|
|
- steps:
|
|
|
- - name: Generate GitHub App token
|
|
|
- id: app-token
|
|
|
- uses: actions/create-github-app-token@v1
|
|
|
- with:
|
|
|
- app-id: ${{ vars.AUTH_APP_ID }}
|
|
|
- private-key: ${{ secrets.AUTH_APP_PRIVATE_KEY }}
|
|
|
- owner: ${{ github.repository_owner }}
|
|
|
-
|
|
|
- - name: Create PR in emqx/emqx-docs
|
|
|
- env:
|
|
|
- GH_TOKEN: ${{ steps.app-token.outputs.token }}
|
|
|
- run: |
|
|
|
- gh --repo emqx/emqx-docs workflow run update-api-and-cfg-manual.yaml -f version=${GITHUB_REF_NAME##[v|e]} -f repository=${GITHUB_REPOSITORY} -f run_id=${GITHUB_RUN_ID}
|
|
|
-
|
|
|
run_emqx_app_tests:
|
|
|
if: needs.prepare.outputs.release != 'true'
|
|
|
needs:
|