We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024db6a commit eeaf0c6Copy full SHA for eeaf0c6
1 file changed
.github/workflows/release.yml
@@ -90,6 +90,9 @@ jobs:
90
popd
91
92
plugincheck2 sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
93
+ - uses: actions/attest-build-provenance@v3
94
+ with:
95
+ subject-path: sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
96
- name: Generate changelog
97
run: awk '/^## / {s++} s==1 {print} s==2 {exit}' CHANGELOG.md | tail -n+2 > RELEASE_CHANGELOG.md
98
- uses: softprops/action-gh-release@v1
@@ -99,8 +102,4 @@ jobs:
99
102
files: |
100
103
sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
101
104
SHA256SUMS
- - uses: grafana/plugin-actions/build-plugin@main
- with:
- policy_token: ${{ secrets.GRAFANA_API_KEY }}
105
- attestation: true
106
# TODO Consider automating the grafana.com publish process here
0 commit comments