Skip to content

Commit 2394117

Browse files
committed
fixup! .github/actions/akv-secret: add action to get secrets
This fixes "Error: path is not defined" issues in the workflow run. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent aa12a2e commit 2394117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/akv-secret/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const { spawnSync } = require('child_process');
22
const fs = require('fs');
33
const os = require('os');
4+
const path = require('path');
45

56
// Note that we are not using the `@actions/core` package as it is not available
67
// without either committing node_modules/ to the repository, or using something

0 commit comments

Comments
 (0)