Skip to content

Commit b5dc613

Browse files
committed
Enable plugin signing
1 parent e50f955 commit b5dc613

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: grafana/plugin-actions/build-plugin@release
22-
# Uncomment once we're allowed to sign the plugin
23-
# with:
24-
# policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
25-
# attestation: true
22+
with:
23+
policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
24+
attestation: true

0 commit comments

Comments
 (0)