From 2c8ea1d8bd95ec2a67597f0820e4db8ef6281a1d Mon Sep 17 00:00:00 2001 From: Seokki-Kwon Date: Fri, 18 Oct 2024 01:48:48 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20readonly=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_on_testflight.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_on_testflight.yml b/.github/workflows/deploy_on_testflight.yml index 72489bd..fb03f30 100644 --- a/.github/workflows/deploy_on_testflight.yml +++ b/.github/workflows/deploy_on_testflight.yml @@ -27,7 +27,7 @@ jobs: run: sudo gem install cocoapods - name: Match Development - run: fastlane match development + run: fastlane match development --readonly env: MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}