mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
feat: create env with github actions.
This commit is contained in:
parent
e55cd6a938
commit
603917d21e
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user