From 3406b4166c355a05097caa2ed0eceefa9d21bc85 Mon Sep 17 00:00:00 2001 From: ZuperZee Date: Tue, 4 Nov 2025 07:13:06 +0100 Subject: [PATCH] ci: enable provenance attestation for builds --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f57a39..6a29ffb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,9 @@ permissions: read-all jobs: release: permissions: + id-token: write contents: write + attestations: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -23,3 +25,4 @@ jobs: # see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token to generate it # save the value in your repository secrets policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }} + attestation: true