Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Keeping BrowserStack's username/access key encrypted in travis.yml #5596

Closed
@akshay-bhardwaj

Description

@akshay-bhardwaj

Hi,

Can you please update travis.yml to keep BROWSER_STACK_USERNAME & BROWSER_STATCK_ACCESS_KEY encrypted. In order to encrypt them you need to install travis gem and then from angular.js root folder run following commands:

travis encrypt BROWSER_STACK_USERNAME=VojtaJin --add env.global
travis encrypt BROWSER_STACK_ACCESS_KEY= --add env.global
(For reference, please refer: http://about.travis-ci.org/docs/user/build-configuration/)

Finally just remove BROWSER_STACK_USERNAME AND BROWSER_STACK_ACCESS_KEY from travis.yml

I can't submit a pull request for this change, since public key of my fork will differ from yours. So please kindly consider this issue and encrypt the sensitive information in travis configuration file.

Regards,
Akshay Bhardwaj
BrowserStack

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions