kind: pipeline type: podman name: default clone: disable: true steps: - name: build environment: PASSWORD: from_secret: my_password USERNAME: from_secret: my_username commands: - go build - go test