1

I've submitted an app to App Store successfully using Fastlane. However I didn't had write permissions for the certs repo and I was not able to push them. Is there any way(action/command) to push the certs I have locally to the repo?

apetrov
  • 430
  • 5
  • 16

1 Answers1

1

If you just re-run match again with same parameters, it should simply detect that certificates are already created, and push them to GIT.

You can also use --force option to recreate the certicates again.

Grzegorz Krukowski
  • 18,081
  • 5
  • 50
  • 71