File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments