Skip to content

Commit

Permalink
Enable plugin signing
Browse files Browse the repository at this point in the history
  • Loading branch information
ekacnet committed Jun 16, 2024
1 parent dffcb06 commit 95674ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
with:
submodules: recursive
- 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 }}
with:
policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}

0 comments on commit 95674ec

Please sign in to comment.