Skip to content

Commit feb111b

Browse files
committed
chore: remove application identity from gon
1 parent 3f0ff99 commit feb111b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
env:
5959
GOOS: darwin
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61+
AC_APPLICATION_IDENTITY: ${{ secrets.AC_APPLICATION_IDENTITY }}
6162
AC_USERNAME: ${{ secrets.AC_USERNAME }}
6263
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
6364
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}

.gon.hcl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
source = ["./dist/macos_darwin_amd64_v1/gon"]
22
bundle_id = "com.bearer.gon"
33

4-
sign {
5-
application_identity = "Developer ID Application: Bearer Inc (5T2VP4YAG8)"
6-
}
4+
sign {}
75

86
zip {
97
output_path = "./dist/gon_macos.zip"

0 commit comments

Comments
 (0)