Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Dec 4, 2023
1 parent d530680 commit 8dcf00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Modify APP ID
run: |
touch env_local.ts
echo "export default { appId: '${{ secrets.APP_ID_RTM }}' };" > env_local.ts
echo "export default { appId: '${{ secrets.APP_ID_RTM }}', token: '${{ secrets.APP_ID_RTM }}' };" > env_local.ts
working-directory: example/src/config

- name: Build example for Android
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Modify APP ID
run: |
touch env_local.ts
echo "export default { appId: '${{ secrets.APP_ID_RTM }}' };" > env_local.ts
echo "export default { appId: '${{ secrets.APP_ID_RTM }}', token: '${{ secrets.APP_ID_RTM }}' };" > env_local.ts
working-directory: example/src/config

- name: Install the Apple certificate and provisioning profile
Expand Down

0 comments on commit 8dcf00c

Please sign in to comment.