Skip to content

Commit

Permalink
fix: add input
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jun 26, 2023
1 parent c167d7d commit 556797f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/use-ks-gh-preproduction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
required: false
KS_NOTIFY_MATTERMOST_WEBHOOK_URL:
required: false
inputs:
kubeconfig:
required: false
type: string


jobs:
deploy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/use-ks-gh-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
required: false
KS_NOTIFY_MATTERMOST_WEBHOOK_URL:
required: false
inputs:
kubeconfig:
required: false
type: string

jobs:
deploy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/use-ks-gh-review-auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
required: false
KS_NOTIFY_MATTERMOST_WEBHOOK_URL:
required: false
inputs:
kubeconfig:
required: false
type: string

jobs:
deploy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/use-ks-gh-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
required: false
KS_NOTIFY_MATTERMOST_WEBHOOK_URL:
required: false
inputs:
kubeconfig:
required: false
type: string

jobs:
deploy:
Expand Down

0 comments on commit 556797f

Please sign in to comment.