Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 818 Bytes

GENERATING_AUTH_TOKENS.md

File metadata and controls

27 lines (14 loc) · 818 Bytes

Generating authentication token

Bitbucket Pipelines:

Bitbucket has a detailed guide on generating app passwords.

Make sure you have 2FA activated on your account.

  1. Go to bitbucket setting on your account

Bitbucket setting

  1. Go to app password and create password

App password

  1. Use your bitbucket username and this app password for authentication.

<BitbucketUserName>:<AppPassword>

Tips:

  • Use an app password for pipelines that has the minimum set of permissions.

Travis:

Detailed guide to get travis token from travis blog