Skip to content

Commit c6eec5d

Browse files
Add ability to use secret variables in codefresh-run step
1 parent ae7d3a1 commit c6eec5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graduated/codefresh-run/step.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: step-type
33
metadata:
44
name: codefresh-run
55
title: Run a Codefresh pipeline
6-
version: 1.5.4
6+
version: 1.6.0
77
isPublic: true
88
description: Run a Codefresh pipeline by ID or name and attach the created build logs.
99
sources:
@@ -55,7 +55,7 @@ spec:
5555
"type": "string",
5656
"description": "Custom image of codefresh-run step",
5757
"examples": ["latest-debian"],
58-
"default": "0.89.0"
58+
"default": "0.89.1"
5959
},
6060
"PIPELINE_ID": {
6161
"type": "string",

0 commit comments

Comments
 (0)