Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
mchavez committed Apr 8, 2024
1 parent 26b9947 commit 293fabe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: 1.20.x
- name: Set up Gon
run: brew tap mitchellh/gon && brew install mitchellh/gon/gon
run: brew tap conductorone/gon && brew install conductorone/gon/gon
- name: Import Keychain Certs
uses: apple-actions/import-codesign-certs@v1
with:
Expand All @@ -32,6 +32,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.RELENG_GITHUB_TOKEN }}
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
goreleaser-docker:
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 1 addition & 2 deletions .gon-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"source": ["./dist/macos-amd64_darwin_amd64_v1/baton-verkada"],
"bundle_id": "com.conductorone.baton-verkada",
"apple_id": {
"username" : "[email protected]",
"password": "@env:AC_PASSWORD"
"username" : "[email protected]"
},
"sign": {
"application_identity": "Developer ID Application: Justin Gallardo (858DKH55XL)"
Expand Down
3 changes: 1 addition & 2 deletions .gon-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"source": ["./dist/macos-arm64_darwin_arm64/baton-verkada"],
"bundle_id": "com.conductorone.baton-verkada",
"apple_id": {
"username" : "[email protected]",
"password": "@env:AC_PASSWORD"
"username" : "[email protected]"
},
"sign": {
"application_identity": "Developer ID Application: Justin Gallardo (858DKH55XL)"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.20
require (
github.com/conductorone/baton-sdk v0.1.14
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/spf13/cobra v1.8.0
go.uber.org/zap v1.26.0
)

Expand Down Expand Up @@ -58,7 +59,6 @@ require (
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/cobra v1.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.18.1 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
Expand Down

0 comments on commit 293fabe

Please sign in to comment.