diff --git a/.github/workflows/build-ios-app.yml b/.github/workflows/build-ios-app.yml index 3b275159..cf351145 100644 --- a/.github/workflows/build-ios-app.yml +++ b/.github/workflows/build-ios-app.yml @@ -15,8 +15,8 @@ jobs: - run: npm run init - run: fastlane match working-directory: ./ios - # env: - # MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }} + env: + MATCH_REPO_PAT: "anultravioletaurora:${{ secrets.SIGNING_REPO_PAT }}" - run: fastlane beta env: diff --git a/ios/fastlane/Matchfile b/ios/fastlane/Matchfile index 5536f0de..19e1c6eb 100644 --- a/ios/fastlane/Matchfile +++ b/ios/fastlane/Matchfile @@ -11,3 +11,5 @@ username("violet@cosmonautical.cloud") # Your Apple Developer Portal username # Remove the # in the beginning of the line to enable the other options # The docs are available on https://docs.fastlane.tools/actions/match + +git_basic_authorization(Base64.strict_encode64(ENV["SIGNING_REPO_PAT"])) \ No newline at end of file