Skip to content

Commit aa11658

Browse files
authored
Update README.md
1 parent 6f2ce2a commit aa11658

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,17 @@ github-release \
7979
"releases/file.tar.gz"
8080
```
8181

82-
If you're using Travis CI, you may want to encrypt environment variables.
82+
If you're using Travis CI, you may want to encrypt environment variables:
83+
84+
```
85+
travis encrypt GITHUB_TOKEN=your_token
86+
```
8387

8488
Learn how to define encrypted variables in .travis.yml:<br>
8589
https://docs.travis-ci.com/user/environment-variables/#Defining-encrypted-variables-in-.travis.yml
8690

8791
## Examples
92+
8893
https://github.com/cncjs/cncjs/blob/master/.travis.yml
8994

9095
## License

0 commit comments

Comments
 (0)