mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-13 04:57:37 +02:00
feat: create env with github actions.
This commit is contained in:
3
.env
3
.env
@ -1,3 +0,0 @@
|
|||||||
sentryDSN=${{ secrets.SENTRY_DSN }}
|
|
||||||
apiKey=${{ secrets.API_KEY }}
|
|
||||||
appId=${{ secrets.APP_ID }}
|
|
5
.github/workflows/release-build.yml
vendored
5
.github/workflows/release-build.yml
vendored
@ -19,6 +19,11 @@ jobs:
|
|||||||
- uses: subosito/flutter-action@v1
|
- uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
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
|
- name: Set up Flutter
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
- name: Generate files with Builder
|
- name: Generate files with Builder
|
||||||
|
Reference in New Issue
Block a user