diff --git a/.github/workflows/go-build-test.yml b/.github/workflows/go-build-test.yml index 7228e0893..9e2aa3f1c 100644 --- a/.github/workflows/go-build-test.yml +++ b/.github/workflows/go-build-test.yml @@ -81,6 +81,7 @@ jobs: - name: Modify Chat Configuration run: | + cd ${{ github.workspace }}/chat-repo yq e '.openIM.secret = 123456' -i ${{ env.SHARE_CONFIG_PATH }} - name: Build and test Chat Services