mirror of
https://github.com/urosran/cally.git
synced 2025-07-10 07:07:16 +00:00
adujstments
This commit is contained in:
12
.github/workflows/ci-cd.yml
vendored
12
.github/workflows/ci-cd.yml
vendored
@ -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,7 +32,6 @@ jobs:
|
||||
with:
|
||||
eas-version: latest
|
||||
token: ${{ secrets.EXPO_TOKEN }}
|
||||
eas-cache: false
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --immutable
|
||||
|
Reference in New Issue
Block a user