Skip to content

Commit

Permalink
build: update apple specific password
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Jun 12, 2023
1 parent b184784 commit 5fa52ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_ID_PASS: ${{ secrets.APPLE_ID_PASS }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_ID_PASS }}
# This is used for uploading release assets to github
GH_TOKEN: ${{ secrets.RELEASE_TOKEN }}
run: |
Expand Down

0 comments on commit 5fa52ca

Please sign in to comment.