Skip to content

Commit

Permalink
ci: adjust drone env assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
fallion committed Jul 4, 2019
1 parent 596c904 commit 8cb9c6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ steps:

- name: release
image: golang
secrets: [GITHUB_TOKEN]
environment:
GITHUB_TOKEN:
from_secret: github_token
volumes:
- name: deps
path: /go
Expand Down

0 comments on commit 8cb9c6f

Please sign in to comment.