Merge branch '21931-public-suffix-pin'
[arvados.git] / services / workbench2 / cypress / fixtures / workflow_with_secret_input.yaml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 ---
6 "$graph":
7 - class: Workflow
8   cwlVersion: v1.2
9   hints:
10   - acrContainerImage: d740a57097711e08eb9b2a93518f20ab+174
11     class: http://arvados.org/cwl#WorkflowRunnerResources
12   - secrets: ["#main/foo"]
13     class: http://commonwl.org/cwltool#Secrets
14   id: "#main"
15   inputs:
16   - id: "#main/bar"
17     type: string
18   - id: "#main/foo"
19     type: string
20   outputs: []
21   steps: []
22 cwlVersion: v1.2