Skip to content

Instantly share code, notes, and snippets.

@dwin
Created January 11, 2019 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwin/f8c9a20979c6455cce7a910e65b36e0b to your computer and use it in GitHub Desktop.
Save dwin/f8c9a20979c6455cce7a910e65b36e0b to your computer and use it in GitHub Desktop.
Drone Secrets Definition
test:
image: golang:alpine
secrets:
- source: token
target: TOKEN
environment:
# TOKEN:
commands:
- apk add --update bash ca-certificates build-base
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment