Skip to content

Commit 7bbf57d

Browse files
committed
fix: pass kubeconfig as secret
1 parent a87c318 commit 7bbf57d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

dist/install.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/install.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/install.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ async function run(): Promise<void> {
1010

1111
await stack.setAllConfig({
1212
'install:kubeconfig': {
13-
value: core.getInput('kubeconfig')
13+
value: core.getInput('kubeconfig'),
14+
secret: true
1415
},
1516
'install:namespace': {
1617
value: core.getInput('namespace')

0 commit comments

Comments
 (0)