We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2ce2a commit aa11658Copy full SHA for aa11658
1 file changed
README.md
@@ -79,12 +79,17 @@ github-release \
79
"releases/file.tar.gz"
80
```
81
82
-If you're using Travis CI, you may want to encrypt environment variables.
+If you're using Travis CI, you may want to encrypt environment variables:
83
+
84
+```
85
+travis encrypt GITHUB_TOKEN=your_token
86
87
88
Learn how to define encrypted variables in .travis.yml:<br>
89
https://docs.travis-ci.com/user/environment-variables/#Defining-encrypted-variables-in-.travis.yml
90
91
## Examples
92
93
https://github.com/cncjs/cncjs/blob/master/.travis.yml
94
95
## License
0 commit comments