Skip to content

Commit

Permalink
Merge pull request #5 from fiskaly/release/0.1.2
Browse files Browse the repository at this point in the history
Release: 0.1.2
  • Loading branch information
ppaulweber committed Jan 26, 2024
2 parents 4ac5283 + 49fa4a2 commit f2cd37d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,5 @@ jobs:
- name: setup
run: make assets
- uses: grafana/plugin-actions/build-plugin@release
# uncomment to enable plugin sign in
#with:
# see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token to generate it
# save the value in your repository secrets
#policy_token: $
#usage of GRAFANA_API_KEY is deprecated prefer policy_token
#grafana_token: $
with:
policy_token: ${{ secrets.POLICY_TOKEN }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.2

Enabled Grafana policy token for signing the data source plugin in order to be published in the Grafana plugin catalog.

## 0.1.1

Added additional optional `scope` for data source configuration.
Expand Down

0 comments on commit f2cd37d

Please sign in to comment.