Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit 5a985ac

Browse files
committed
sign plugin
1 parent de9cc3c commit 5a985ac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ jobs:
4343
- name: Build plugin
4444
run: yarn build
4545

46+
- name: Sign plugin
47+
run: |
48+
# We only have a single dependency, grafana-toolkit
49+
# So we install next to where it's needed
50+
yarn
51+
yarn sign
52+
env:
53+
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }} # Requires a Grafana API key from Grafana.com.
54+
4655
# We reuse the same tests from the other repo, after all, why not?
4756
# TODO: run other tests that are valid here
4857
# eg: checking README etc

0 commit comments

Comments
 (0)