Skip to content

Commit

Permalink
attempt to fix Fastlane S3 access (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Jan 18, 2023
1 parent 19d2bb3 commit 502fb49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .fastlane/Fastfile
Expand Up @@ -269,8 +269,6 @@ 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 502fb49

Please sign in to comment.