fix: feat: vault actions should support mount declarations for credentials like SSH keys (#528)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
91fcf70889
commit
43af38046c
6 changed files with 74 additions and 6 deletions
|
|
@ -96,7 +96,8 @@ disinto_release() {
|
|||
id = "${id}"
|
||||
formula = "release"
|
||||
context = "Release ${version}"
|
||||
secrets = ["GITHUB_TOKEN", "CODEBERG_TOKEN"]
|
||||
secrets = []
|
||||
mounts = ["ssh"]
|
||||
EOF
|
||||
|
||||
echo "Created vault item: ${vault_toml}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue