Skip to content

Commit

Permalink
Fastlane apple specific password
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanrashid52 committed May 25, 2024
1 parent 3160e4d commit fcf7e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: macos-latest
env:
ASC_JSON_KEY: ${{ secrets.ASC_JSON_KEY }}
FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
steps:
- name: ⬇️ Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit fcf7e3d

Please sign in to comment.