mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
feat: create env with github actions.
This commit is contained in:
5
.github/workflows/release-build.yml
vendored
5
.github/workflows/release-build.yml
vendored
@ -19,6 +19,11 @@ jobs:
|
||||
- uses: subosito/flutter-action@v1
|
||||
with:
|
||||
channel: 'stable'
|
||||
- uses: SpicyPizza/create-envfile@v1
|
||||
with:
|
||||
envkey_sentryDSN: ${{ secrets.SENTRY_DSN }}
|
||||
evykey_apiKey: ${{ secrets.API_KEY }}
|
||||
envkey_appId: ${{ secrets.APP_ID }}
|
||||
- name: Set up Flutter
|
||||
run: flutter pub get
|
||||
- name: Generate files with Builder
|
||||
|
Reference in New Issue
Block a user