Skip to content

Commit

Permalink
Merge pull request #49 from ACE-IoT-Solutions/nic/sign
Browse files Browse the repository at this point in the history
Use token to sign plugin
  • Loading branch information
nicfv authored Mar 21, 2024
2 parents 791e068 + 6c2cb52 commit 9c7e870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- 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:
with:
# Make sure to save the token in your repository secrets
#policy_token: $
policy_token: ${{ secrets.GRAFANA_PLUGIN_SIGNING_TOKEN }}
# Usage of GRAFANA_API_KEY is deprecated, prefer `policy_token` option above
#grafana_token: $

0 comments on commit 9c7e870

Please sign in to comment.