Skip to content

Commit

Permalink
don't require secrets on cut release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Feb 16, 2024
1 parent 55accfe commit 88e9bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cut-release-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ on:
required: true
DOCKER:
description: 'needed for registry login'
required: true
required: false
KUBE_CONFIG:
description: 'needed for kube setup'
required: true
required: false
BUILD_ARGS:
description: 'needed for build args'
required: false
Expand Down

0 comments on commit 88e9bff

Please sign in to comment.