Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/initialize-edge-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ jobs:
| "\(.name) (\(.domain))"'
)
echo "Current team: ${current_team}"
- uses: Screenly/edge-apps-actions/initialize@v1
- uses: Screenly/edge-apps-actions/initialize@f4ccd2bd50db5fb0a5147d287ac03cafe552d29b
with:
screenly_api_token: ${{ secrets.SCREENLY_API_TOKEN }}
edge_app_name: ${{ inputs.edge_app_name }}
edge_app_title: ${{ inputs.edge_app_title }}
environment: ${{ inputs.environment }}
edge_app_id: ${{ secrets.EDGE_APP_ID || (inputs.environment == 'production' && vars.PRODUCTION_EDGE_APP_ID || (inputs.environment == 'stage' && vars.STAGE_EDGE_APP_ID)) }}
Comment thread
nicomiguelino marked this conversation as resolved.
6 changes: 4 additions & 2 deletions .github/workflows/update-edge-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
| "\(.name) (\(.domain))"'
)
echo "Current team: ${current_team}"
- uses: Screenly/edge-apps-actions/update@v1
- uses: Screenly/edge-apps-actions/update@f4ccd2bd50db5fb0a5147d287ac03cafe552d29b
with:
screenly_api_token: ${{ secrets.SCREENLY_API_TOKEN }}
environment: stage
delete_missing_settings: 'true'
edge_app_id: ${{ secrets.EDGE_APP_ID || vars.STAGE_EDGE_APP_ID }}

deploy-production:
name: Updating Salesforce App in production
Expand Down Expand Up @@ -68,8 +69,9 @@ jobs:
| "\(.name) (\(.domain))"'
)
echo "Current team: ${current_team}"
- uses: Screenly/edge-apps-actions/update@v1
- uses: Screenly/edge-apps-actions/update@f4ccd2bd50db5fb0a5147d287ac03cafe552d29b
with:
screenly_api_token: ${{ secrets.SCREENLY_API_TOKEN }}
environment: production
delete_missing_settings: 'true'
edge_app_id: ${{ secrets.EDGE_APP_ID || vars.PRODUCTION_EDGE_APP_ID }}
1 change: 0 additions & 1 deletion screenly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
syntax: manifest_v1
id: 01KRZ194MADE1FJAAH0V3G85A7
description: Display Salesforce dashboards and reports on your Screenly screens
icon: https://playground.srly.io/edge-apps/icons/salesforce.svg
author: Screenly, Inc.
Expand Down
72 changes: 0 additions & 72 deletions screenly_qc.yml

This file was deleted.