Skip to content

Instantly share code, notes, and snippets.

@vasarhelyia
Created April 8, 2016 12:36
Show Gist options
  • Save vasarhelyia/97910b4c435f6b5c70c072498a3ef7d1 to your computer and use it in GitHub Desktop.
Save vasarhelyia/97910b4c435f6b5c70c072498a3ef7d1 to your computer and use it in GitHub Desktop.
Using cert & sigh from Bitrise
cert(username: ENV['FASTLANE_USERNAME'])
sigh(
force: true,
username: ENV['FASTLANE_USERNAME']
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment