yukiarrr / ios-build-action

Build iOS project (.xcodeproj, .xcworkspace), and export ipa
MIT License
283 stars 139 forks source link

Injecting environment variables #63

Open bbodensieck opened 3 years ago

bbodensieck commented 3 years ago

Hi there, first of all: great job.

Is it possible to inject environment variables anyhow like with xcodebuild? xcodebuild build VAR=${{secrets.VAR}} -project myProject.xcodeproj

Would need that for injecting secrets from GitHub secrets.

Cheers Björn