Skip to content

Create Dashboard

Create Dashboard #17

name: Create Dashboard
# Controls when the workflow will run
on:
workflow_dispatch:
inputs:
environment:
description: 'Environment for which create dashboards and alerts'
required: true
type: choice
options:
- uat
- prod
permissions:
id-token: write
contents: read
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
dashboard:
# The type of runner that the job will run on
runs-on: ubuntu-22.04
environment:
name: ${{ inputs.environment }}
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout
id: checkout
# from https://github.com/actions/checkout/commits/main
uses: actions/checkout@1f9a0c22da41e6ebfa534300ef656657ea2c6707
with:
persist-credentials: false
# from https://github.com/pagopa/opex-dashboard-azure-action/
- uses: pagopa/[email protected]
with:
environment: ${{ inputs.environment }}
api-name: gpd-upload
config: .opex/env/${{ inputs.environment }}/config.yaml
client-id: ${{ secrets.CD_CLIENT_ID }}
tenant-id: ${{ secrets.TENANT_ID }}
subscription-id: ${{ secrets.SUBSCRIPTION_ID }}
# from https://github.com/pagopa/opex-dashboard-azure-action/pkgs/container/opex-dashboard-azure-action
docker-version: sha256:e4245954566cd3470e1b5527d33bb58ca132ce7493eac01be9e808fd25a11c8d