Skip to content

Commit d5cdc0a

Browse files
committed
feat: Test GitHub Secrets fallback for Chocolatey API key
- CHOCOLATEY_API_KEY now added to GitHub Secrets via gh CLI - This release will test the fallback mechanism for package publication - Should enable successful publication to chocolatey.org - After this release, 'choco install conceal' should work globally
1 parent da4bbfc commit d5cdc0a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"Bash(gh release list:*)",
2626
"Bash(gh pr view:*)",
2727
"Bash(gh release view:*)",
28-
"WebFetch(domain:raw.githubusercontent.com)"
28+
"WebFetch(domain:raw.githubusercontent.com)",
29+
"Bash(gh secret set:*)"
2930
],
3031
"deny": [],
3132
"ask": [],

pkg/conceal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package conceal
33
import "fmt"
44

55
// Version field is a SemVer that should indicate the baked-in version of conceal
6-
var Version = "4.2.2"
6+
var Version = "4.2.3"
77

88
// Tag field denotes the specific build type for the broker. It may be replaced by compile-time variables if needed to
99
// provide the git commit information in the final binary.

0 commit comments

Comments
 (0)