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 09:15:16 UTC

[rocketmq-clients] branch feature/enable_secrets_inherit_for_cpp_build created (now fb4a67a)

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

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


      at fb4a67a  Enable secrets inherit for cpp build

This branch includes the following new commits:

     new fb4a67a  Enable secrets inherit for cpp build

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[rocketmq-clients] 01/01: Enable secrets inherit for cpp build

Posted by aa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fb4a67ad3f3e9a33c29b4f7d676be30217eceffa
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Sun Sep 4 17:14:56 2022 +0800

    Enable secrets inherit for cpp build
---
 .github/workflows/build.yml | 1 +
 1 file changed, 1 insertion(+)

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: