mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
ios ci: Expose the secrets as ENV variables
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -16,5 +16,10 @@ jobs:
|
||||
- run: flutter pub get
|
||||
- run: which dart
|
||||
- run: dart ./scripts/setup_env.dart
|
||||
- run: flutter test
|
||||
env:
|
||||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
||||
#- run: flutter test
|
||||
- run: ./scripts/build_ios.sh
|
||||
env:
|
||||
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}
|
||||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
||||
|
Reference in New Issue
Block a user