Skip to content

Commit be76448

Browse files
authored
ci: rotate apple signing certificate (#214)
1 parent 49fdabb commit be76448

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build_packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
build_tool: ${{ matrix.build_tool }}
7979
fips: ${{ matrix.fips || false }}
8080
secrets:
81-
apple_developer_certificate_p12_base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
82-
apple_developer_certificate_password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
81+
apple_developer_certificate_p12_base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64_NOV_25 }}
82+
apple_developer_certificate_password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD_NOV_25 }}
8383
productbuild_identity_name: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_IDENTITY }}
8484
gh_artifacts_token: ${{ secrets.GH_ARTIFACTS_TOKEN }}
8585
microsoft_certificate: ${{ secrets.MICROSOFT_CERTIFICATE }}

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ install-script/test/sumologic_scripts_tests.test
2222

2323
# 1Password
2424
.op/
25+
26+
#Make cache files
27+
CMakeFiles/*
28+
*/CMakeFiles/*
29+
CMakeCache.txt

0 commit comments

Comments
 (0)