We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a83fca commit 9e846b7Copy full SHA for 9e846b7
fastlane/IOSFastFile
@@ -119,7 +119,7 @@ platform :ios do
119
)
120
121
# Find public key of appetize
122
- uri = URI('https://sdk-demo.primer.io/api/mobile/ios_rn/preview_' + "#{pr_number}_#{github_run_id}_#{github_run_number}")
+ uri = URI('https://sdk-demo.primer.io/api/mobile/ios/preview_' + "#{pr_number}_#{github_run_id}_#{github_run_number}")
123
public_key = Net::HTTP.get(uri)
124
puts "public_key: " + public_key
125
0 commit comments