weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

commit 862074a859f2731340b39945123eea9c010a874d
parent 61a15b4d22e3d6979bada8000a439fb2c7194bff
Author: Matthew Horan <matt@matthoran.com>
Date:   Sat,  6 Mar 2021 13:13:54 -0500

Pass environment variables to expo build:ios

Diffstat:
M.github/workflows/publish.yml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -18,7 +18,10 @@ jobs: expo-username: ${{secrets.EXPO_CLI_USERNAME}} expo-password: ${{secrets.EXPO_CLI_PASSWORD}} - run: yarn install - - run: expo build:ios --non-interactive --apple-id ${{secrets.EXPO_APPLE_ID}} + - run: expo build:ios --non-interactive + env: + EXPO_APPLE_ID: ${{secrets.EXPO_APPLE_ID}} + EXPO_APPLE_PASSWORD: ${{secrets.EXPO_APPLE_PASSWORD}} - run: curl -O `expo url:ipa` - run: gem install fastlane -N - run: fastlane pilot upload