This is an automated email from the ASF dual-hosted git repository.
aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new 793cf7d Enable secrets inherit for cpp build (#226)
793cf7d is described below
commit 793cf7dbd79a7ee09697546bca9202ee248df9aa
Author: Aaron Ai <[email protected]>
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 +
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: