Skip to content

Commit

Permalink
chore: test with macos new certs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilb committed Dec 5, 2024
1 parent a501188 commit 61eaf51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ jobs:
runs-on: macos-13
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAC_CERTIFICATE: ${{ secrets.MAC_CERTIFICATE }}
MAC_CERTIFICATE_PASSWORD: ${{ secrets.MAC_CERTIFICATE_PASSWORD }}
SIGNING_APPLE_ID: ${{ secrets.SIGNING_APPLE_ID }}
SIGNING_APP_PASSWORD: ${{ secrets.SIGNING_APP_PASSWORD }}
MAC_CERTIFICATE: ${{ secrets.MAC_CERTIFICATE_2 }}
MAC_CERTIFICATE_PASSWORD: ${{ secrets.MAC_CERTIFICATE_PASSWORD_2 }}
SIGNING_APPLE_ID: ${{ secrets.SIGNING_APPLE_ID_2 }}
SIGNING_APP_PASSWORD: ${{ secrets.SIGNING_APP_PASSWORD_2 }}
SIGNING_TEAM_ID: ${{ secrets.SIGNING_TEAM_ID }}
steps:
- run: git config --global core.autocrlf false
Expand Down

0 comments on commit 61eaf51

Please sign in to comment.