Skip to content

Commit

Permalink
Rename CERTIFICATE_PASSWORD to MACOS_CERTIFICATE_PASSWORD
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy1024 committed Sep 19, 2024
1 parent 2b0317a commit c572c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
security find-identity -v -p codesigning
env:
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}
CERTIFICATE_PASSWORD: ${{ secrets.MACOS_CERTIFICATE_PASSWORD }}

- name: install create-dmg
if: ${{ startsWith(github.ref, 'refs/tags/') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
security find-identity -v -p codesigning
env:
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}
CERTIFICATE_PASSWORD: ${{ secrets.MACOS_CERTIFICATE_PASSWORD }}

- name: install create-dmg
if: ${{ startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit c572c01

Please sign in to comment.