github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/testdata/secrets/example_1.yaml.golden (about)

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - name: test
     5      spec:
     6        steps:
     7        - name: job
     8          spec:
     9            envs:
    10              FIRST_SECRET: <+secrets.getValue("FIRST_SECRET")>
    11              SECOND_SECRET: <+secrets.getValue("SECOND_SECRET")>
    12              VAULT_SECRET: <+secrets.getValue("VAULT_SECRET")>
    13            run: echo "reading secrets"
    14          type: script
    15      type: ci
    16  version: 1