env variable available for git outh key

This commit is contained in:
Tim Garrity 2020-04-12 17:47:36 -04:00
parent 8c638d3f90
commit 9287a9dc53

View file

@ -25,5 +25,15 @@ matrix:
go: 1.13.x
script: make cobra_generator
script:
- make test
script:
- make test
deploy:
provider: releases
api_key:
secure: $YOUR_API_KEY_ENCRYPTED
file_glob: true
file: ./bin/*
skip_cleanup: true
on:
tags: true