You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/09/04 11:24:44 UTC

[rocketmq-clients] 01/01: Enable secrets inherit for cpp build (#226)

This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a commit to branch fix_docs_lint
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git

commit 929cbf5bf76f92893ebb0941ec83e546cabe18b4
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Sun Sep 4 17:27:13 2022 +0800

    Enable secrets inherit for cpp build (#226)
    
    * Enable secrets inherit for cpp build
    
    * Trigger cpp build for test
    
    * Revert "Trigger cpp build for test"
    
    This reverts commit 64015816a9562978a45d64d31416733db05e3402.
---
 .github/workflows/build.yml | 1 +
 docs/workflow.md            | 4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 117a3a7..ff5967f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -34,6 +34,7 @@ jobs:
     uses: ./.github/workflows/java_build.yml
   cpp-build:
     needs: [paths-filter]
+    secrets: inherit
     if: ${{ needs.paths-filter.outputs.cpp == 'true' }}
     uses: ./.github/workflows/cpp_build.yml
   csharp-build:
diff --git a/docs/workflow.md b/docs/workflow.md
index 9344f41..25d0dd4 100644
--- a/docs/workflow.md
+++ b/docs/workflow.md
@@ -11,9 +11,7 @@ Different from previous clients, the new version adds some preparations during t
 
 Failure of any preparation will result in the failure of client startup.
 
-<div align="center">
-<img src="./artwork/client_startup_process.png" width="80%">
-</div>
+![Client Startup Process](./artwork/client_startup_process.png)
 
 In details, the **server-client telemetry** provides a channel to upload the local settings and to overwrite the client settings.