Skip to content

Commit 1415dd6

Browse files
authored
Fix release (#30)
1 parent ab59c2a commit 1415dd6

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
go-version: 1.20.x
2020
- name: Set up Gon
21-
run: brew tap mitchellh/gon && brew install mitchellh/gon/gon
21+
run: brew tap conductorone/gon && brew install conductorone/gon/gon
2222
- name: Import Keychain Certs
2323
uses: apple-actions/import-codesign-certs@v1
2424
with:
@@ -32,6 +32,7 @@ jobs:
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.RELENG_GITHUB_TOKEN }}
3434
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
35+
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
3536
goreleaser-docker:
3637
runs-on: ubuntu-latest
3738
steps:

.gon-amd64.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"source": ["./dist/macos-amd64_darwin_amd64_v1/baton-github"],
33
"bundle_id": "com.conductorone.baton.github",
44
"apple_id": {
5-
"username" : "[email protected]",
6-
"password": "@env:AC_PASSWORD"
5+
"username" : "[email protected]"
76
},
87
"sign": {
98
"application_identity": "Developer ID Application: Justin Gallardo (858DKH55XL)"

.gon-arm64.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"source": ["./dist/macos-arm64_darwin_arm64/baton-github"],
33
"bundle_id": "com.conductorone.baton.github",
44
"apple_id": {
5-
"username" : "[email protected]",
6-
"password": "@env:AC_PASSWORD"
5+
"username" : "[email protected]"
76
},
87
"sign": {
98
"application_identity": "Developer ID Application: Justin Gallardo (858DKH55XL)"

0 commit comments

Comments
 (0)