Skip to content

Commit

Permalink
[_]: Add env.local via Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
PixoDev committed Oct 24, 2023
1 parent 003f68a commit a520c2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-macos-dmg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Add env.json
run: echo ${{ secrets.JSON_ENV }} >> ./InternxtDesktop/env.local.json

- name: Run Fastlane release
run: fastlane release_ci --verbose
env:
Expand Down

0 comments on commit a520c2d

Please sign in to comment.