fix: make GitHub Action publish to npm using trusted publishing (#3431)

This commit is contained in:
Michael Bolin
2025-09-16 20:33:59 -07:00
committed by GitHub
parent 72733e34c4
commit 791d7b125f
4 changed files with 26 additions and 127 deletions

View File

@@ -15,7 +15,8 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/openai/codex.git"
"url": "git+https://github.com/openai/codex.git",
"directory": "codex-cli"
},
"dependencies": {
"@vscode/ripgrep": "^1.15.14"