Show secrets from org and global level (#2873)

Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
Anbraten
2023-12-16 10:29:13 +01:00
committed by GitHub
parent 60a3922e02
commit 16803d6217
13 changed files with 191 additions and 94 deletions

View File

@@ -4233,6 +4233,12 @@ const docTemplate = `{
"name": {
"type": "string"
},
"org_id": {
"type": "integer"
},
"repo_id": {
"type": "integer"
},
"value": {
"type": "string"
}