Skip to content

Commit 7ff5799

Browse files
authored
Revert "build: allow secret for false positive (#1485)" (#1495)
This reverts commit ae33b7f.
1 parent 8b83483 commit 7ff5799

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version-file: ".nvmrc"
1717
cache: "npm"
1818
- run: npm ci
19-
- run: npx @vscode/vsce package --allow-package-secrets privatekey
19+
- run: npx @vscode/vsce package
2020
- uses: actions/upload-artifact@v4
2121
with:
2222
path: ./*.vsix

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: npm run copyright:check
1919
- run: xvfb-run -a npm run test
2020
if: runner.os == 'Linux'
21-
- run: npx @vscode/vsce package --allow-package-secrets privatekey
21+
- run: npx @vscode/vsce package
2222
- uses: actions/upload-artifact@v4
2323
with:
2424
path: ./*.vsix

0 commit comments

Comments
 (0)