From 7b26ca80e4d718c6039ec80e43f3f283ad47bb3c Mon Sep 17 00:00:00 2001 From: KangKang <165460077+kanghun1121@users.noreply.github.com> Date: Sat, 18 Oct 2025 22:30:33 +0900 Subject: [PATCH] Update testflight.yml --- .github/workflows/testflight.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/testflight.yml b/.github/workflows/testflight.yml index a01aae9c..1beae9f6 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -33,6 +33,11 @@ jobs: mv temp/XCConfig/Secrets.xcconfig AIProject/iCo/App/Resource/ mv temp/GoogleServices/GoogleService-Info.plist AIProject/iCo/App/Resource/ + - name: Configure git auth for match repo + run: git config --global url."https://${GIT_TOKEN}@github.com/".insteadOf "https://github.com/" + env: + GIT_TOKEN: ${{ secrets.GIT_TOKEN }} + - name: install fastlane run: brew install fastlane