Skip to content

Commit eeaf0c6

Browse files
committed
Enable provenance attestation alternate approach
1 parent 024db6a commit eeaf0c6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ jobs:
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
@@ -99,8 +102,4 @@ jobs:
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

0 commit comments

Comments
 (0)