Skip to content

Commit 365548d

Browse files
committed
Building
1 parent 0906f91 commit 365548d

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/beta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Run Conveyor for Beta Build
101101
uses: hydraulic-software/conveyor/actions/build@v18.1
102102
env:
103-
# APPLE_ASP: ${{ secrets.APPLE_ASP }}
103+
APPLE_ASP: ${{ secrets.APPLE_ASP }}
104104
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105105
SITE_RELEASE_TOKEN: ${{ secrets.SITE_RELEASE_TOKEN }}
106106
NODE_ENV: production

conveyor.sign.conf

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ app {
1515
}
1616

1717
mac.notarization {
18-
issuer-id = 69a6de7e-86df-47e3-e053-5b8c7c11a4d1
19-
key-id = W442ZA3W3A
20-
private-key = AuthKey_W442ZA3W3A.p8
18+
app-specific-password = ${env.APPLE_ASP}
19+
team-id = 78UAXU8QG8
20+
# issuer-id = 69a6de7e-86df-47e3-e053-5b8c7c11a4d1
21+
# key-id = W442ZA3W3A
22+
apple-id = "jordan@howlett.io"
23+
# private-key = AuthKey_W442ZA3W3A.p8
2124
}
2225

2326
# mac.notarization {

0 commit comments

Comments
 (0)