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 e68c8ee commit 024db6aCopy full SHA for 024db6a
.github/workflows/release.yml
@@ -4,9 +4,9 @@ on:
4
tags:
5
- '[0-9]+.[0-9]+.[0-9]+'
6
permissions:
7
- # Write permissions required to create a release
8
- # Ref: https://stackoverflow.com/a/69941765
+ id-token: write
9
contents: write
+ attestations: write
10
jobs:
11
release:
12
runs-on: ubuntu-latest
@@ -99,4 +99,8 @@ jobs:
99
files: |
100
sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
101
SHA256SUMS
102
+ - uses: grafana/plugin-actions/build-plugin@main
103
+ with:
104
+ policy_token: ${{ secrets.GRAFANA_API_KEY }}
105
+ attestation: true
106
# TODO Consider automating the grafana.com publish process here
0 commit comments