question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Move `REPO_TOKEN` to `CML_` environment variable namespace

See original GitHub issue

Use CML_TOKEN (or similar, e.g. CML_CI_TOKEN etc.) instead of REPO_TOKEN to

  • avoid potential namespace clashes
  • better reflect that it could be a project token, org token, bot token, encoded username & password, etc
  • better reflect that it’s mostly used to launch runners and also is used by runners

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:28 (28 by maintainers)

github_iconTop GitHub Comments

4reactions
casperdclcommented, Oct 12, 2022

CML_DRIVER_TOKEN? 😃

4reactions
dacbdcommented, Oct 9, 2022

I would also like to state that renaming !== refactoring

Read more comments on GitHub >

github_iconTop Results From Across the Web

Managing Environment Variables | Developer Guide
Confirm updating existing environment variables. In the following example, both commands modify environment variable STORAGE in the deployment config registry ...
Read more >
How to refer environment variable in POM.xml? - Stack Overflow
I have set an environment variable called env . How can I get access to this environment variable's value in the pom.xml file?...
Read more >
GitLab CI/CD variables
CI/CD variables are a type of environment variable. You can use them to: Control the behavior of jobs and pipelines. Store values you...
Read more >
Namspac issue:Copy XML into environment variable and MQ
But the next time in loop, when I put the message in Mq using same logic, an extra namespace element tag is generated...
Read more >
Configuring Symfony (Symfony Docs)
Configuring Environment Variables in .env Files; Overriding Environment Values via ... Symfony lets you choose between YAML, XML and PHP and throughout the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found