Skip to content

Commit

Permalink
πŸ“ secret λ³€μˆ˜λͺ… λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyJunnos authored Dec 18, 2023
1 parent e6e73b3 commit dde157d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Xcode_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
BUILD_CERTIFICATE_BASE64: ${{ secrets.IOS_BUILD_CERTIFICATE_BASE64 }}
P12_PASSWORD: ${{ secrets.IOS_P12_PASSWORD }}
BUILD_PROVISION_PROFILE_BASE64: ${{ secrets.IOS_BUILD_PROVISION_PROFILE_BASE64 }}
KEYCHAIN_PASSWORD: ${{ secrets.IOS_KEYCHAIN_PASSWORD }}
KEYCHAIN_PASSWORD: ${{ secrets.IOS_KEYCHAIN_PASSWD }}
run: |
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
PROFILE_PATH=$RUNNER_TEMP/build_pp.mobileprovision
Expand Down

0 comments on commit dde157d

Please sign in to comment.