Skip to content

Commit

Permalink
use fastlane stored password
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiet480 committed Apr 16, 2017
1 parent ae55f19 commit 71dec00
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ To make sure Fabric and iTunes can deploy, make sure you have them set to someth
- `HOMEASSISTANT_TEAM_ID`: Team ID from [iTunes Membership](https://developer.apple.com/account/#/membership)
- `HOMEASSISTANT_ITUNES_TEAM_ID`: Team ID from [iTunes Connect](https://itunesconnect.apple.com/). (`$ pilot list` to check the number)
- `HOMEASSISTANT_APPLE_ID`: Your Apple ID (e.g. john@apple.com)
- `HOMEASSISTANT_ITUNES_PASSWORD`: The password for your Apple ID

### Deployment

Expand Down
1 change: 0 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ platform :ios do

private_lane :setup do
ENV["DELIVER_USERNAME"] = ENV["HOMEASSISTANT_APPLE_ID"]
ENV["FASTLANE_PASSWORD"] = ENV["HOMEASSISTANT_ITUNES_PASSWORD"]
ENV["FASTLANE_TEAM_ID"] = ENV["HOMEASSISTANT_TEAM_ID"]
ENV["MATCH_GIT_URL"] = ENV["HOMEASSISTANT_CERTIFICATE_GIT"]
ENV["MATCH_PASSWORD"] = ENV["HOMEASSISTANT_CERTIFICATE_KEY"]
Expand Down
1 change: 1 addition & 0 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ xcode-select --install
<td width="33%"><code>sudo gem install fastlane -NV</code></td>
</tr>
</table>

# Available Actions
## iOS
### ios certs
Expand Down

0 comments on commit 71dec00

Please sign in to comment.