Travis env variables
See original GitHub issueAfter upgrading to latest version environmental variables stopped working.
It was working fine on "semantic-release": "^15.7.1"
and "@semantic-release/git": "^6.0.1"
as shown in this commit (signed remotely via gpg): https://github.com/azdanov/azdanov.github.io/commit/c1763ce1eafedf172102ebbdb479732519de6f99
After updating to "@semantic-release/git": "^7.0.0"
and "semantic-release": "^15.8.0"
env variables are ignored. For example here (could not sign since submitted by a bot): https://github.com/azdanov/azdanov.github.io/commit/2419e04572710c7cdc3bcff4a6a20a2e8f532dc9.
Am I missing something with the new update?
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Environment Variables - Travis CI Docs
To define variables in Repository Settings, make sure you're logged in, navigate to the repository in question, choose “Settings” from the “More options”...
Read more >Set Your Travis CI Environment Variable - Veracode Docs
Setting an environment variable in Travis CI occurs on a per-repository basis. Steps In Travis CI, select the repository you want to scan....
Read more >Travis CI - Percy Docs
In your Travis repository go to Settings > Environment Variables. Then set. PERCY_TOKEN to the write-only token from your Percy project. This token...
Read more >Unable to access environment variables in Travis CI
I am using my .travis.yml file to run some unit tests I have written which require my Mongo URI which is stored in...
Read more >Retrieving forgotten environment variables from Travis CI
When using a CI server, you'll often need a way to use highly sensitive strings (e.g. signing keys, API keys, passwords), whilst minimising ......
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 Free
Top 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
Nervermind, I think I found the bug. I’ll release a fix tonight.
Just in case, here’s my variables.