1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-27 06:27:23 +00:00
catalog/task/create-gitlab-release/0.1/samples/secret.yaml
PuneetPunamiya 40393cd4cc Modifies directory names based on the proposal
- sample --> samples
  - example --> samples
  - test --> tests

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-14 19:01:58 +01:00

7 lines
124 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: gitlab-token
type: Opaque
stringData:
GITLAB_TOKEN: $(personal-gitlab-token)