Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Use Grafana Access Policy to sign plugin (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored Oct 4, 2023
1 parent 694bfc9 commit a294707
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Sign plugin
run: npm run sign
env:
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }}
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}

- name: Get plugin metadata
id: metadata
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Sign plugin
run: npm run sign
env:
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }}
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}

- name: Get plugin metadata
id: metadata
Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Change Log

## 3.1.0 (2023-10-03)
## 3.1.0 (2023-10-04)

### Features / Enhancements

- Add YouTube tutorial (#39)
- Update ESLint configuration (#40, #41)
- Update to Grafana 10.1.4 (#42)
- Update to Plugin Tools 2.0.1 (#42)
- Update to Grafana 10.1.4 (#43)
- Update to Plugin Tools 2.0.2 (#43)
- Use Grafana Access Policy to sign plugin (#44)

## 3.0.0 (2023-06-25)

Expand Down

0 comments on commit a294707

Please sign in to comment.