Skip to content

pagopa/opex-dashboard-azure-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c77cc5b · Jan 29, 2025

History

35 Commits
Jan 29, 2025
Dec 10, 2022
Dec 23, 2022
Dec 23, 2022
Mar 14, 2023
Jan 29, 2025
Nov 15, 2022
Dec 23, 2022
Apr 13, 2023
Dec 10, 2022

Repository files navigation

OpEx Dashboard Azure action

This action generate a template with OpEx Dashboard tool.

Inputs

config

Required The path to the configuration file.

api-name

Required Api name

environment

Required Azure environment

client-id

Required Azure client-id

tenant-id

Required Azure tenant-id

subscription-id

Required Azure subscription-id

docker-version

Required docker sha version from https://github.com/pagopa/opex-dashboard-azure-action/pkgs/container/opex-dashboard-azure-action

Outputs

None.

Example usage

      # from https://github.com/pagopa/opex-dashboard-azure-action/
      - uses: pagopa/opex-dashboard-azure-action@v1.0.3
        with:
          environment: ${{ matrix.environment }}
          api-name: ${{ env.API_NAME }}
          config: .opex/${{ env.API_NAME }}/env/${{ matrix.environment }}/config.yaml
          client-id: ${{ env.CLIENT_ID }}
          tenant-id: ${{ env.TENANT_ID }}
          subscription-id: ${{ env.SUBSCRIPTION_ID }}
          # from https://github.com/pagopa/opex-dashboard-azure-action/pkgs/container/opex-dashboard-azure-action
          docker-version: sha256:d9465f04e469c8f65bb1fb21cb9688508c64fda75495f552e858fb5a9580be90

See a complete example in this repository.

Features that may be useful for this project