mirror of
https://github.com/spf13/cobra
synced 2025-05-11 15:57:19 +00:00
env variable available for git outh key
This commit is contained in:
parent
8c638d3f90
commit
9287a9dc53
1 changed files with 12 additions and 2 deletions
10
.travis.yml
10
.travis.yml
|
@ -27,3 +27,13 @@ matrix:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
provider: releases
|
||||||
|
api_key:
|
||||||
|
secure: $YOUR_API_KEY_ENCRYPTED
|
||||||
|
file_glob: true
|
||||||
|
file: ./bin/*
|
||||||
|
skip_cleanup: true
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue