Skip to content

rvcycle/expo-apple-2fa-twilio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@expo-apple-2fa/twilio

Usage

  1. Put your Twilio SID and auth token into your Github Secrets.

  2. In your Github Action, pass in your Twilio credentials as environment variables alongside the standard action inputs.

    - uses: jakemwood/expo-apple-2fa@plugins
      with:
        expo_apple_id: ${{ secrets.APPLE_ID }}
        expo_apple_password: ${{ secrets.APPLE_PASSWORD }}
        tfa_phone_number: ${{ secrets.TWO_FACTOR_PHONE_NUMBER }}
        app_specific_password: ${{ secrets.APP_SPECIFIC_PASSWORD }}
      env:
        TWILIO_ACCOUNT_SID: ${{ secrets.TWILIO_ACCOUNT_SID }}
        TWILIO_AUTH_TOKEN: ${{ secrets.TWILIO_AUTH_TOKEN }}
        TWILIO_FROM_NUMBER: ${{ secrets.TWILIO_PHONE_NUMBER }}
    
  3. Add a configuration file 2fa.config.json to the root of your repo to enable the plug-in.

    [ { name: '@expo-apple-2fa/twilio', async: false }]
    

About

Twilio plug-in for expo-apple-2fa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published