Skip to content

Commit

Permalink
fix: Dash step2 (#528)
Browse files Browse the repository at this point in the history
* fix dash step2

* fix dash step2
  • Loading branch information
pasqualespica authored Jun 18, 2024
1 parent f25c41a commit 5c40a69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
permissions:
id-token: write
contents: read
deployments: write

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -39,7 +40,7 @@ jobs:
persist-credentials: false

# from https://github.com/pagopa/opex-dashboard-azure-action/
- uses: pagopa/opex-dashboard-azure-action@ece3bc2b133be74cabb50aec14cdb9b8051b886f
- uses: pagopa/opex-dashboard-azure-action@v1.1.2
with:
environment: ${{ matrix.environment }}
api-name: ${{ matrix.product }} # empty to have `.opex/env` directory structure
Expand Down

0 comments on commit 5c40a69

Please sign in to comment.