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 <[email protected]> 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:
