mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-27 06:27:23 +00:00
40393cd4cc
- sample --> samples - example --> samples - test --> tests Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
7 lines
124 B
YAML
7 lines
124 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: gitlab-token
|
|
type: Opaque
|
|
stringData:
|
|
GITLAB_TOKEN: $(personal-gitlab-token) |