Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore: make input required
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-deriv committed Nov 9, 2023
1 parent 1a5c9d2 commit feddd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy_to_kubernetes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
default: 'deriv-com-api-staging'
CA_CRT:
description: Kubernetes CA certificate
required: false
required: true
type: string
steps:
- k8s/install-kubectl
Expand Down

0 comments on commit feddd97

Please sign in to comment.