Skip to content

Merge pull request #185 from Screenly/fix/prombi_qc #9

Merge pull request #185 from Screenly/fix/prombi_qc

Merge pull request #185 from Screenly/fix/prombi_qc #9

---
name: Deploy Power BI (QC)
on:
push:
branches:
- 'master'
paths:
- 'edge-apps/powerbi/**'
- '.github/workflows/deploy-power-bi-qc.yml'
jobs:
deploy:
runs-on: ubuntu-latest
env:
APP_PATH: 'edge-apps/powerbi'
MANIFEST_FILE_NAME: 'screenly_qc.yml'
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Deploy Edge App
uses: screenly/cli@master
with:
screenly_api_token: ${{ secrets.SCREENLY_API_TOKEN_AUTOMATED_QC }}
# yamllint disable-line rule:line-length
cli_commands: edge-app deploy --path=${{ env.APP_PATH }}