Open bbodensieck opened 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
xcodebuild build VAR=${{secrets.VAR}} -project myProject.xcodeproj
Would need that for injecting secrets from GitHub secrets.
Cheers Björn
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