Skip to content

Commit

Permalink
feat: Sign Plugin (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
apricote authored Jan 12, 2024
1 parent 1ca2950 commit d7f0e3e
Showing 1 changed file with 2 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 @@ -16,10 +16,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: grafana/plugin-actions/build-plugin@release
# Uncomment to enable plugin signing
# (For more info on how to generate the access policy token see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token)
#with:
# Make sure to save the token in your repository secrets
#policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
# Usage of GRAFANA_API_KEY is deprecated, prefer `policy_token` option above
#grafana_token: ${{ secrets.GRAFANA_API_KEY }}
with:
policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}

0 comments on commit d7f0e3e

Please sign in to comment.