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 5befd33da1aced9c421635bb7fe746f879aa073b
parent 63ce237b65880f555245c003837f8988a2f08848
Author: Matthew Horan <matt@matthoran.com>
Date:   Sun, 18 Jul 2021 19:53:28 -0400

Change expo-username and expo-password to new keys

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

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -15,8 +15,8 @@ jobs: - uses: expo/expo-github-action@v6 with: expo-version: 4.x - expo-username: ${{secrets.EXPO_CLI_USERNAME}} - expo-password: ${{secrets.EXPO_CLI_PASSWORD}} + username: ${{secrets.EXPO_CLI_USERNAME}} + password: ${{secrets.EXPO_CLI_PASSWORD}} - run: yarn install - run: expo build:ios --non-interactive env: