File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,13 @@ inputs:
93
93
CF_JIRA_FAIL_ON_NOT_FOUND :
94
94
required : false
95
95
description : " fail in case of ticket not found"
96
+ # AWS
97
+ CF_AWS_ROLE :
98
+ required : false
99
+ description : " arn:aws:role/123456"
100
+ CF_AWS_REGION :
101
+ required : false
102
+ description : " us-east-1"
96
103
runs :
97
104
using : " composite"
98
105
steps :
@@ -141,6 +148,10 @@ runs:
141
148
GITHUB_COMMIT_MESSAGE : " ${{ github.event.head_commit.message }}"
142
149
GITHUB_PAYLOAD_MESSAGE : " ${{ github.event.client_payload.message }}"
143
150
151
+ # AWS
152
+ CF_AWS_ROLE : " ${{ inputs.CF_AWS_ROLE }}"
153
+ CF_AWS_REGION : " ${{ inputs.CF_AWS_REGION }}"
154
+
144
155
145
156
run : |
146
157
# add defaults
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " csdp-report-image" ,
3
- "version" : " 0.0.85 " ,
3
+ "version" : " 0.0.86 " ,
4
4
"description" : " CI tools client reporting a buit image by calling image-report and receiving progress events" ,
5
5
"main" : " index.js" ,
6
6
"repository" : " git@github.com:codefresh-io/csdp-report-image.git" ,
Original file line number Diff line number Diff line change 1
1
name : csdp-report-image
2
- version : 0.0.85
2
+ version : 0.0.86
You can’t perform that action at this time.
0 commit comments