fix: cicd

This commit is contained in:
icey-yu 2025-03-13 17:52:13 +08:00
parent 7d2ac1ed07
commit 851bc27aea

View File

@ -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