You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ jobs:
22
22
- uses: grafana/plugin-actions/build-plugin@main # zizmor: ignore[unpinned-uses] provided by grafana
23
23
# Uncomment to enable plugin signing
24
24
# (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
0 commit comments