Skip to content

Commit 34abb51

Browse files
committed
ci(ios): Use Sentry org token for dSYM upload
Use the Sentry organization token for iOS debug file uploads after moving the lane to the sentry/hackernews-ios project. Remove the stale Emerge-era token from the main iOS workflow. Refs EME-1200
1 parent cff8205 commit 34abb51

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ios_sentry_upload_main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
ASC_KEY: ${{ secrets.ASC_PRIVATE_KEY }}
4343
SIGNING_KEY_PASSWORD: ${{ secrets.IOS_DIST_SIGNING_KEY_PASSWORD }}
4444
SIGNING_KEY_FILE_PATH: signing-cert.p12
45-
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
4645
SENTRY_SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_SENTRY_AUTH_TOKEN }}
4746
CONFIGURATION: Release
4847

ios/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ platform :ios do
166166
build_app_for_scheme
167167
upload_app
168168
sentry_debug_files_upload(
169-
auth_token: ENV['SENTRY_AUTH_TOKEN'],
169+
auth_token: ENV['SENTRY_SENTRY_AUTH_TOKEN'],
170170
org_slug: 'sentry',
171171
project_slug: 'hackernews-ios',
172172
include_sources: true

0 commit comments

Comments
 (0)