Skip to content

Commit

Permalink
Updated rooturls for local signing
Browse files Browse the repository at this point in the history
  • Loading branch information
srclosson committed Sep 22, 2023
1 parent 673cee1 commit 0189f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
args: buildAll

- name: Sign plugin
run: yarn sign --rootUrls=https://github.com/srclosson/div-panel
run: yarn sign --rootUrls=http://localhost:3000
env:
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }} # Requires a Grafana API key from Grafana.com.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grafana-div-panel",
"version": "1.1.15",
"version": "1.2.0",
"description": "Create your own panel with html + css and javascript",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 0189f25

Please sign in to comment.