labs42io / circleci-monorepo

An example of monorepo with CircleCI using conditional workflows and pipeline parameters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: About environment variables.

taiga248 opened this issue · comments

commented

Thank you very much for providing such a great feature.

I am an apprentice front-end engineer living in Japan.
I am interested in mono repositories and I am glad to find this repository.

Here is the main topic.
I set up a Personal API Token in CircleCI, but when I run it in Bitbucket, it points out that the environment variable is not set.
When I run the same source code on Github, it works perfectly.

CIRCLE_TOKEN="Personal_API_TOKEN" // direct insertion

If you write the generated key in circle_trigger.sh and assign it directly as above, it works perfectly on Bitbucket.
Is there a difference in the way Github and Bitbucket are configured?