Skip to content

Commit

Permalink
Revert "attempt to fix Fastlane S3 access (#1771)" (#1773)
Browse files Browse the repository at this point in the history
This reverts commit 502fb49.
  • Loading branch information
msadoon committed Jan 19, 2023
1 parent 502fb49 commit 16037b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .fastlane/Fastfile
Expand Up @@ -269,6 +269,8 @@ platform :ios do

private_lane :upload_s3 do |options|
aws_s3(
access_key: ENV['AWS_ACCESS_KEY_ID'],
secret_access_key: ENV['AWS_SECRET_ACCESS_KEY'],
bucket: ENV['AWS_BUCKET'],
region: ENV['AWS_REGION'],
ipa: options[:ipa],
Expand Down

0 comments on commit 16037b9

Please sign in to comment.