diff --git a/.github/workflows/ios.testflight.yml b/.github/workflows/ios.testflight.yml index 841d6524cfa..6c61987fef4 100644 --- a/.github/workflows/ios.testflight.yml +++ b/.github/workflows/ios.testflight.yml @@ -19,7 +19,7 @@ jobs: run: yarn install --immutable && yarn install:pods - run: yarn build:mobile - name: Set ssh connection to Github - uses: webfactory/ssh-agent@v0.4.1 + uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Export Apple AppStore Connect API key diff --git a/.github/workflows/mobile.release.prod.yml b/.github/workflows/mobile.release.prod.yml index 1cedab86c62..43c5450ead5 100644 --- a/.github/workflows/mobile.release.prod.yml +++ b/.github/workflows/mobile.release.prod.yml @@ -81,7 +81,7 @@ jobs: run: yarn install --immutable && yarn install:pods - run: yarn build:mobile - name: Set ssh connection to Github - uses: webfactory/ssh-agent@v0.4.1 + uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Export Apple AppStore Connect API key