File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 5050 SIGNING_KEY_PASSWORD : ${{ secrets.IOS_DIST_SIGNING_KEY_PASSWORD }}
5151 SIGNING_KEY_FILE_PATH : signing-cert.p12
5252 EMERGE_API_TOKEN : ${{ secrets.EMERGE_API_KEY }}
53+ SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
5354 CONFIGURATION : AdHoc
5455 EMERGE_BUILD_TYPE : pull-request-adhoc
5556 PROV_PROFILE_NAME : HackerNews AdHoc Distribution
Original file line number Diff line number Diff line change 4646 SIGNING_KEY_PASSWORD : ${{ secrets.IOS_DIST_SIGNING_KEY_PASSWORD }}
4747 SIGNING_KEY_FILE_PATH : signing-cert.p12
4848 EMERGE_API_TOKEN : ${{ secrets.EMERGE_API_KEY }}
49+ SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
4950 CONFIGURATION : Release
5051 EMERGE_BUILD_TYPE : release
51-
52+
5253 build_adhoc :
5354 runs-on : macos-15
5455
8990 SIGNING_KEY_PASSWORD : ${{ secrets.IOS_DIST_SIGNING_KEY_PASSWORD }}
9091 SIGNING_KEY_FILE_PATH : signing-cert.p12
9192 EMERGE_API_TOKEN : ${{ secrets.EMERGE_API_KEY }}
93+ SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
9294 CONFIGURATION : AdHoc
9395 EMERGE_BUILD_TYPE : main-adhoc
9496 PROV_PROFILE_NAME : HackerNews AdHoc Distribution
Original file line number Diff line number Diff line change @@ -160,13 +160,11 @@ platform :ios do
160160 build_app_for_scheme ( build_configuration : 'Release' )
161161 upload_app
162162 emerge ( tag : ENV [ 'EMERGE_BUILD_TYPE' ] )
163-
164- # TODO(telkins)
165- # sentry_cli(
166- # org_slug: 'emerge-tools',
167- # project_slug: 'hackernews-ios',
168- # include_sources: true
169- # )
163+ sentry_debug_files_upload (
164+ auth_token : ENV [ 'SENTRY_AUTH_TOKEN' ] ,
165+ org_slug : 'emerge-tools' ,
166+ project_slug : 'hackernews-ios' ,
167+ )
170168 end
171169
172170 desc 'Build and upload to Emerge Tools'
You can’t perform that action at this time.
0 commit comments