Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 49 additions & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,53 @@
"arch": "arm64",
"url": "https://github.com/GoCodeAlone/workflow-plugin-discord/releases/download/v0.1.2/workflow-plugin-discord-darwin-arm64.tar.gz"
}
]
],
"secret_targets": [
{
"provider": "github",
"scopes": [
"repo",
"env",
"org"
],
"description": "Stored as GitHub Actions secrets when workflows run on GitHub."
},
{
"provider": "gitlab",
"scopes": [
"project",
"group",
"env"
],
"description": "Stored as GitLab CI/CD variables when workflows run on GitLab."
},
{
"provider": "vault",
"scopes": [
"mount"
],
"description": "Stored in Vault for application/runtime retrieval."
},
{
"provider": "file",
"scopes": [
"directory"
],
"description": "Stored in a local file-backed secret store."
},
{
"provider": "keychain",
"scopes": [
"service"
],
"description": "Stored in the local OS keychain."
},
{
"provider": "env",
"scopes": [
"process"
],
"description": "Provided by the local process environment."
}
]
}
Loading