Skip to content

Commit 99e2f7f

Browse files
committed
release.yml: use gatewatcher mac app certificate
Use Gatewatcher to provision the Application certificate and password secrets in our release workflow.
1 parent 61e4fa4 commit 99e2f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
5858
- name: Set up signing/notarization infrastructure
5959
env:
60-
A1: ${{ secrets.APPLICATION_CERTIFICATE_BASE64 }}
61-
A2: ${{ secrets.APPLICATION_CERTIFICATE_PASSWORD }}
60+
A1: ${{ secrets.GATEWATCHER_DEVELOPER_ID_CERT }}
61+
A2: ${{ secrets.GATEWATCHER_DEVELOPER_ID_PASSWORD }}
6262
I1: ${{ secrets.INSTALLER_CERTIFICATE_BASE64 }}
6363
I2: ${{ secrets.INSTALLER_CERTIFICATE_PASSWORD }}
6464
N1: ${{ secrets.APPLE_TEAM_ID }}

0 commit comments

Comments
 (0)