Skip to content

Commit

Permalink
added localhost to test plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelton-gov committed Dec 6, 2023
1 parent 20be614 commit 6f091e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f091e8

Please sign in to comment.