Skip to content

Commit

Permalink
Merge pull request #259 from coderbec/2FA-enablement
Browse files Browse the repository at this point in the history
added the variable in the heroku deployment env (app.json) and update…
  • Loading branch information
Josh Holtz authored Mar 22, 2021
2 parents ae369b0 + 718ce66 commit 97384cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ To secure your webpage, you only have to set the `ITC_TOKEN` environment variabl
* `ITC_CLOSED_TEXT` Set this text to temporary disable enrollment of new beta testers
* `RESTRICTED_DOMAIN` Set this domain (in the format `domain.com`) to restrict users with emails in another domain from signing up. This list supports multiple domains by setting it to a comma delimited list (`domain1.com,domain2.com`)
* `FASTLANE_ITC_TEAM_NAME` If you're in multiple teams, enter the name of your iTC team here. Make sure it matches.
* `FASTLANE_SESSION` You need to provide a [pregenerated session](https://docs.fastlane.tools/best-practices/continuous-integration/#spaceauth) via `fastlane spaceauth` if you have 2-factor authentication enabled and want to use any actions that communicates with App Store Connect.
* `IMPRINT_URL` If you want a link to an imprint to be shown on the invite page.

## Custom Domain
Expand Down
4 changes: 4 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"description": "Optional: If you're in multiple teams, enter the name of your iTC team here. Make sure it matches.",
"required": false
},
"FASTLANE_SESSION": {
"description": "Optional: You need to provide a pregenerated session via `fastlane spaceauth` if you have 2-factor authentication enabled and want to use any actions that communicates with App Store Connect.",
"required": false
},
"ITC_APP_TESTER_GROUPS": {
"description": "Optional: The groups you want the invited to be placed in",
"required": false
Expand Down

0 comments on commit 97384cc

Please sign in to comment.