Skip to content

Commit 5ec7662

Browse files
committed
Comment out signing code we're not allowed to run yet
1 parent 0fdad6d commit 5ec7662

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)