Skip to content

Commit

Permalink
Merge pull request #193 from katalon-studio/CO-3421-receive-trigger-p…
Browse files Browse the repository at this point in the history
…ipeline-from-studio

CO-3421: Enable calling after buiding Katalon Studio successfully
  • Loading branch information
huyennguyen-katalon authored Nov 4, 2024
2 parents c422c63 + 771b686 commit 3224f77
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/workflow-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ on:
DOCKER_IMAGE_PUBLISHED_TAG:
description: 'Docker image tag (e.g: "10.0.0-latest"). Optional, KRE version is the default value.'
required: false
workflow_call:
inputs:
KRE_VERSION:
description: 'KRE version (e.g: "10.0.0-dev"). Please reference the Release at https://katalon.atlassian.net/wiki/spaces/KSR/pages/3005284354/Building+and+Delivery+Pipeline'
required: true
type: string
DOCKER_IMAGE_PUBLISHED_TAG:
description: 'Docker image tag (e.g: "10.0.0-latest"). Optional, KRE version is the default value.'
required: false
type: string

permissions:
id-token: write # This is required for requesting the JWT
Expand Down

0 comments on commit 3224f77

Please sign in to comment.