mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
chore(ci): disable Firebase activation on unsupported platforms
This commit is contained in:
9
.github/workflows/build_linux.yml
vendored
9
.github/workflows/build_linux.yml
vendored
@@ -2,14 +2,6 @@ name: 'Build Linux'
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
build-number:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
secrets:
|
||||
FIREBASE_TOKEN:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build-snapcraft:
|
||||
@@ -19,7 +11,6 @@ jobs:
|
||||
- name: Setup Environment
|
||||
uses: JagandeepBrar/LunaSea/.github/actions/prepare_for_build@master
|
||||
with:
|
||||
firebase-token: ${{ secrets.FIREBASE_TOKEN }}
|
||||
platform: linux
|
||||
|
||||
- name: Build LunaSea
|
||||
|
||||
Reference in New Issue
Block a user