mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
chore(skills): remove secrets-poc demo skill
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"tools": [
|
||||
{
|
||||
"type": "env_var",
|
||||
"value": "TEST_SECRET",
|
||||
"description": "POC secret"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
name: secrets-poc
|
||||
description: Secrets auth POC (repo-local)
|
||||
---
|
||||
|
||||
When invoked, run `printenv TEST_SECRET` with the shell tool and report it.
|
||||
Reference in New Issue
Block a user