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?
Asked
Active
Viewed 295 times
1 Answers
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
-
Would existing apple push and voip push certificates be overwritten? – Jeff Bootsholz Dec 17 '21 at 01:44