diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d8c6ee2..f927c65 100755 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -6,7 +6,15 @@ env: EXPO_ASC_ISSUER_ID: f7d6175c-75fe-416c-b6d1-0bc9eaf87415 EXPO_APPLE_TEAM_ID: MV9C3PHV87 EXPO_APPLE_TEAM_TYPE: INDIVIDUAL - EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }} + EXPO_TOKEN: qt2h_4xhuhFB-ArysIkzgpsBtWOrrZ-c_So_S9ch + +on: + push: + branches: + - main + pull_request: + branches: + - main jobs: build: @@ -14,7 +22,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 with: node-version: 20.x @@ -25,10 +32,9 @@ jobs: with: eas-version: latest token: ${{ secrets.EXPO_TOKEN }} - eas-cache: false - name: Install dependencies run: yarn install --immutable - name: Prebuild, Build and Submit - run: yarn prebuild-build-submit-ios-cicd + run: yarn prebuild-build-submit-ios-cicd \ No newline at end of file