File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 9090 popd
9191 popd
9292 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
9396 - name : Generate changelog
9497 run : awk '/^## / {s++} s==1 {print} s==2 {exit}' CHANGELOG.md | tail -n+2 > RELEASE_CHANGELOG.md
9598 - uses : softprops/action-gh-release@v1
99102 files : |
100103 sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
101104 SHA256SUMS
102- - uses : grafana/plugin-actions/build-plugin@main
103- with :
104- policy_token : ${{ secrets.GRAFANA_API_KEY }}
105- attestation : true
106105 # TODO Consider automating the grafana.com publish process here
You can’t perform that action at this time.
0 commit comments