Skip to content

chore: update taiga-family/ci action to v1.102.0 #134

chore: update taiga-family/ci action to v1.102.0

chore: update taiga-family/ci action to v1.102.0 #134

Workflow file for this run

name: 🚀 Deploy
on: pull_request
jobs:
staging:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx build editor-demo
- uses: FirebaseExtended/[email protected]
continue-on-error: true
if: ${{ env.IS_FORK == 'false' && env.IS_DEPENDABOT == 'false' }}
with:
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_TUI_EDITOR }}
channelId: pr${{ github.event.number }}-${{ github.head_ref }}-demo
repoToken: ${{ secrets.GITHUB_TOKEN }}
projectId: taiga-editor
target: taiga-editor
expires: 1d
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true