Skip to content

Instantly share code, notes, and snippets.

@warroyo
Created March 19, 2019 20:06
Show Gist options
  • Save warroyo/61519cefa3d153d56474ef1ad4e00ff7 to your computer and use it in GitHub Desktop.
Save warroyo/61519cefa3d153d56474ef1ad4e00ff7 to your computer and use it in GitHub Desktop.
secret-test
---
jobs:
- name: test
serial: true
plan:
- task: test
params:
SECRET: ((pks-test))
config:
platform: linux
image_resource:
type: docker-image
source:
repository: mikefarah/yq
inputs:
- name: configs
outputs:
- name: configuration
run:
path: /bin/sh
args:
- "-c"
- |
echo ${SECRET}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment