From 120f4f84186e1fb5b428e6e9720699ea8a9daf54 Mon Sep 17 00:00:00 2001 From: DaheeJang Date: Sat, 19 Jul 2025 21:41:52 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Feat:=20eas-build.yml=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/eas-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/eas-build.yml b/.github/workflows/eas-build.yml index b5212ff..94f21ca 100644 --- a/.github/workflows/eas-build.yml +++ b/.github/workflows/eas-build.yml @@ -22,7 +22,9 @@ jobs: run: npm install -g eas-cli - name: Authenticate with EAS - run: eas whoami || eas login --token ${{ secrets.EAS_ACCESS_TOKEN }} + run: eas whoami + env: + EAS_ACCESS_TOKEN: ${{ secrets.EAS_ACCESS_TOKEN }} - name: Install dependencies run: npm install From 039392b0ec48cba992e04d11c03467df5808f478 Mon Sep 17 00:00:00 2001 From: DaheeJang Date: Sat, 19 Jul 2025 21:49:51 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Feat:=20eas-build.yml=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/eas-build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/eas-build.yml b/.github/workflows/eas-build.yml index 94f21ca..da02ba5 100644 --- a/.github/workflows/eas-build.yml +++ b/.github/workflows/eas-build.yml @@ -24,7 +24,7 @@ jobs: - name: Authenticate with EAS run: eas whoami env: - EAS_ACCESS_TOKEN: ${{ secrets.EAS_ACCESS_TOKEN }} + EAS_BUILD_TOKEN: ${{ secrets.EAS_BUILD_TOKEN }} - name: Install dependencies run: npm install @@ -32,7 +32,7 @@ jobs: - name: Build Android app with EAS run: eas build --platform android --profile production --non-interactive env: - EAS_ACCESS_TOKEN: ${{ secrets.EAS_ACCESS_TOKEN }} + EAS_BUILD_TOKEN: ${{ secrets.EAS_BUILD_TOKEN }} # - name: Submit to Google Play # run: | @@ -40,4 +40,5 @@ jobs: # --key ./google-service-account.json \ # --track internal # env: - # EAS_ACCESS_TOKEN: ${{ secrets.EAS_ACCESS_TOKEN }} + # EAS_BUILD_TOKEN: ${{ secrets.EAS_BUILD_TOKEN }} + # # Submit 시 필요한 추가 Secret이 있다면 여기에 추가