Move `REPO_TOKEN` to `CML_` environment variable namespace
See original GitHub issueUse 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:
- Created 2 years ago
- Reactions:1
- Comments:28 (28 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
CML_DRIVER_TOKEN
? 😃I would also like to state that
renaming !== refactoring