diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d340283..983e966 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: run: | cd /home/runner/work/Grafana.Plugin.CostManagement/Grafana.Plugin.CostManagement/dfe-azurecostbackend-datasource export GRAFANA_ACCESS_POLICY_TOKEN="${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}" - npx @grafana/sign-plugin@latest --rootUrls https://dev.develop-child-family-social-work-career.education.gov.uk/grafana,https://test.develop-child-family-social-work-career.education.gov.uk/grafana,https://pre-prod.develop-child-family-social-work-career.education.gov.uk/grafana,https://develop-child-family-social-work-career.education.gov.uk/grafana,https://www.dev.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.test.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.pre-prod.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.develop-child-family-social-work-career.education.gov.uk/grafana + npx @grafana/sign-plugin@latest --rootUrls http://localhost:3000/,https://dev.develop-child-family-social-work-career.education.gov.uk/grafana,https://test.develop-child-family-social-work-career.education.gov.uk/grafana,https://pre-prod.develop-child-family-social-work-career.education.gov.uk/grafana,https://develop-child-family-social-work-career.education.gov.uk/grafana,https://www.dev.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.test.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.pre-prod.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.develop-child-family-social-work-career.education.gov.uk/grafana # if: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN != '' }} - name: Get plugin metadata