Apple-Actions / upload-testflight-build

A GitHub Action that Uploads a build to Apple TestFlight
MIT License
174 stars 47 forks source link

no such file or directory, open '/Users/runner/private_keys/AuthKey_***.p8' #48

Open taatiq882 opened 1 year ago

taatiq882 commented 1 year ago

I am giving all the required secrets but still getting this issue "no such file or directory, open '/Users/runner/privatekeys/AuthKey***.p8'" Screenshot 2023-07-01 at 9 25 06 PM

ElyaConrad commented 1 year ago

Having the same issue

francis94c commented 11 months ago

I think you are meant to decode a base64 string of that file to that location being $HOME, with file name AuthKey_<Value you pass to api-private-key in the action>...