Skip to content

Commit

Permalink
testing verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhaali00 committed Mar 18, 2024
1 parent 5a0571f commit df2f4eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
FASTLANE_USER: ${{ secrets.APPLE_DEVELOPER_ACCOUNT_EMAIL }}
APP_STORE_CONNECT_API_KEY_KEY_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY_ID }}
APP_STORE_CONNECT_API_KEY_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }}
APP_STORE_CONNECT_API_KEY_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY }}
APP_STORE_CONNECT_API_KEY_KEY_2: ${{ secrets.APP_STORE_CONNECT_API_KEY }}
run: |
fastlane release_testflight_test username:${{ secrets.APPLE_ID }} token:$(echo -n $GH_USER:$GH_TOKEN | base64) relay_host:$(RELAY_HOST) project_id:${{ secrets.RELEASE_PROJECT_ID }} sentry_dsn:${{ secrets.WALLETAPP_SENTRY_DSN }} mixpanel_token:${{secrets.MIXPANEL_TOKEN}} --env DApp
fastlane release_testflight_test username:${{ secrets.APPLE_ID }} token:$(echo -n $GH_USER:$GH_TOKEN | base64) relay_host:$(RELAY_HOST) project_id:${{ secrets.RELEASE_PROJECT_ID }} sentry_dsn:${{ secrets.WALLETAPP_SENTRY_DSN }} mixpanel_token:${{secrets.MIXPANEL_TOKEN}} --env DApp --verbose
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ platform :ios do
lane :release_testflight_test do |options|
setup_ci
api_key = app_store_connect_api_key(
is_key_content_base64: true,
in_house: false,
is_key_content_base64: true,
in_house: false,
)
match(
readonly: true,
Expand Down

0 comments on commit df2f4eb

Please sign in to comment.