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 c286ef9 commit 9c5e1acCopy full SHA for 9c5e1ac
1 file changed
.github/workflows/release.yml
@@ -14,7 +14,9 @@ permissions: read-all
14
jobs:
15
release:
16
permissions:
17
+ id-token: write
18
contents: write
19
+ attestations: write
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v4
@@ -23,3 +25,4 @@ jobs:
23
25
# see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token to generate it
24
26
# save the value in your repository secrets
27
policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
28
+ attestation: true
0 commit comments