From 4ede2e4869d772a8a8e5520fab527943a6bdfbc8 Mon Sep 17 00:00:00 2001 From: Anian Schleyer <98647423+anian03@users.noreply.github.com> Date: Sat, 23 Nov 2024 00:16:24 +0100 Subject: [PATCH] Update build-and-test-ios-app.yml --- .github/workflows/build-and-test-ios-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-ios-app.yml b/.github/workflows/build-and-test-ios-app.yml index de22fda0..91ad3f22 100644 --- a/.github/workflows/build-and-test-ios-app.yml +++ b/.github/workflows/build-and-test-ios-app.yml @@ -29,7 +29,7 @@ jobs: # - name: Run Unit and UI Tests # run: bundle exec fastlane test - name: Run Fastlane match - run: bundle exec fastlane match appstore + run: bundle exec fastlane match appstore --git_url https://gitlab.lrz.de/ase/ipraktikum/match-code-signing env: BUILD_NUMBER: ${{ github.run_number }} IOS_MATCH_GITLAB_AUTH: ${{ secrets.IOS_MATCH_GITLAB_AUTH }}