We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdad6d commit 5ec7662Copy full SHA for 5ec7662
.github/workflows/release.yml
@@ -19,6 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
- uses: grafana/plugin-actions/build-plugin@release
22
- with:
23
- policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
24
- attestation: true
+# Uncomment once we're allowed to sign the plugin
+# with:
+# policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
25
+# attestation: true
0 commit comments