Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure code signing bucket s3_region to us-east-2
Browse files Browse the repository at this point in the history
This will avoid API redirects
mokagio committed Jan 20, 2025

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent 9861465 commit 4fac6d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/lanes/codesign.rb
Original file line number Diff line number Diff line change
@@ -142,6 +142,7 @@ def update_code_signing(type:, team_id:, readonly:, app_identifiers:, api_key_pa
match(
storage_mode: 's3',
s3_bucket: 'a8c-fastlane-match',
s3_region: 'us-east-2',
type: type,
team_id: team_id,
readonly: readonly,

0 comments on commit 4fac6d8

Please sign in to comment.