mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-27 01:06:12 +00:00
Add .env file
This commit is contained in:
parent
cf5d92f397
commit
b5ffec64c3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -60,6 +60,8 @@ jobs:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: Decode .env
|
||||||
|
run: echo "${{ secrets.ENV }}" | base64 --decode > .env
|
||||||
- uses: subosito/flutter-action@v1
|
- uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
channel: "stable"
|
channel: "stable"
|
||||||
|
|
Loading…
Add table
Reference in a new issue