Skip to content

Commit

Permalink
set --skip_certificate_matching to true
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Oct 21, 2022
1 parent 31feeac commit 09d2e13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/patrol_cli-prepare-ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,14 @@ jobs:
# - name: Create Personal Access Token used to access leancodepl/certificates
# run: echo "MATCH_GIT_BASIC_AUTHORIZATION=${{ secrets.PERSONAL_ACCESS_TOKEN_BASE64 }}" >> $GITHUB_ENV

# - name: Create MATCH_GIT_PRIVATE_KEY
# run: echo "MATCH_GIT_PRIVATE_KEY=${{ secrets.MATCH_GIT_PRIVATE_KEY }} >> $GITHUB_ENV"

- name: Create MATCH_PASSWORD
run: echo "MATCH_PASSWORD=${{ secrets.MATCH_PASSWORD }}" >> $GITHUB_ENV

- name: fastlane match
run: bundle exec fastlane match
run: bundle exec fastlane match --skip_certificate_matching=true

- name: make_artifacts
run: ./make_artifacts iphoneos arm64 "$VERSION"

0 comments on commit 09d2e13

Please sign in to comment.