Skip to content

Commit

Permalink
ci: add quotes on ASC_KEY_CONTENT
Browse files Browse the repository at this point in the history
  • Loading branch information
faultables committed Sep 13, 2024
1 parent fb73dc3 commit 0324dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
APPLE_ID: ${{ secrets.APPLE_ID }}
ASC_KEY_ID: ${{ secrets.ASC_KEY_ID }}
ASC_ISSUER_ID: ${{ secrets.ASC_ISSUER_ID }}
ASC_KEY_CONTENT: ${{ secrets.ASC_PRIVATE_KEY }}
ASC_KEY_CONTENT: "${{ secrets.ASC_PRIVATE_KEY }}"
MATCH_GIT_PRIVATE_KEY: ${{ secrets.MATCH_GIT_PRIVATE_KEY }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}

Expand Down

0 comments on commit 0324dc5

Please sign in to comment.