Skip to content

Commit b8f7cc9

Browse files
committed
update appId and references to secrets in github action config
1 parent c2aa007 commit b8f7cc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
if: (matrix.platform == 'macos-13' || matrix.platform == 'macos-latest') && steps.shouldMacOSCodeSign.outputs.MACOS_CODE_SIGNING == 'true'
7575
uses: matthme/import-codesign-certs@5565bb656f60c98c8fc515f3444dd8db73545dc2
7676
with:
77-
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE }}
78-
p12-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
77+
p12-file-base64: ${{ secrets.HBE_APPLE_CERTIFICATE_BASE64 }}
78+
p12-password: ${{ secrets.HBE_APPLE_CERTIFICATE_PASS }}
7979

8080
# macOS WITHOUT code signing
8181
#---------------------------------------------------------------------------------------

kangaroo.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from './src/main/defineConfig';
22

33
export default defineConfig({
4-
appId: 'org.holochain.acorn',
4+
appId: 'org.lightningrodlabs.acorn',
55
productName: 'Acorn',
66
version: '11.1.2',
77
macOSCodeSigning: true,

0 commit comments

Comments
 (0)