Skip to content

Commit

Permalink
password
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Feb 27, 2025
1 parent 0f3a91a commit 4dbf53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: apple-actions/import-codesign-certs@v1
with:
p12-file-base64: ${{ secrets.APPLE_DISTRIBUTION_CERTIFICATE_P12 }}
p12-password: ${{ secrets.APPLE_PASSWORD }}
p12-password: ${{ secrets.APPLE_DISTRIBUTION_CERTIFICATE_PASSWORD }}

- name: Install the provisioning profile
run: |
Expand Down

0 comments on commit 4dbf53e

Please sign in to comment.