Skip to content

Commit 74c67f0

Browse files
committed
add policy_token
1 parent 56df270 commit 74c67f0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- uses: grafana/plugin-actions/build-plugin@main # zizmor: ignore[unpinned-uses] provided by grafana
2323
# Uncomment to enable plugin signing
2424
# (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)
25-
#with:
26-
# Make sure to save the token in your repository secrets
27-
#policy_token: $
28-
# Usage of GRAFANA_API_KEY is deprecated, prefer `policy_token` option above
29-
#grafana_token: $
25+
with:
26+
# Make sure to save the token in your repository secrets
27+
policy_token: ${{ secrets.POLICY_TOKEN }}
28+
# Usage of GRAFANA_API_KEY is deprecated, prefer `policy_token` option above
29+
#grafana_token: $

0 commit comments

Comments
 (0)