mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
chore(ci): fetch Firebase configuration via CLI [skip ci]
This commit is contained in:
4
.github/workflows/build_linux.yml
vendored
4
.github/workflows/build_linux.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
type: string
|
||||
|
||||
secrets:
|
||||
FIREBASE_OPTIONS:
|
||||
FIREBASE_TOKEN:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
@@ -19,8 +19,8 @@ jobs:
|
||||
- name: Setup Environment
|
||||
uses: JagandeepBrar/LunaSea/.github/actions/prepare_for_build@master
|
||||
with:
|
||||
firebase-token: ${{ secrets.FIREBASE_TOKEN }}
|
||||
platform: linux
|
||||
firebase-options: ${{ secrets.FIREBASE_OPTIONS }}
|
||||
|
||||
- name: Build LunaSea
|
||||
uses: snapcore/action-build@v1
|
||||
|
||||
Reference in New Issue
Block a user