Commit 091c355
authored
fix: defer plugin signing until approval (#18)
The v1.4.8 release failed because passing `policy_token` attempted to sign this public plugin before Grafana review has granted a signature level, and the signing service returned a 409 InvalidArgument.
This defers plugin signing by disabling the `policy_token` input for now, keeps provenance attestation enabled, and bumps the package version to 1.4.9 for a clean release tag.1 parent 616ad21 commit 091c355
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments