Skip to content

Commit

Permalink
Add artifact attestation step to GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tspascoal committed Nov 2, 2024
1 parent 231713f commit e5f2fb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,10 @@ jobs:
with:
name: extension
path: '*.vsix'

- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-path: '*.vsix'
show-summary: true

0 comments on commit e5f2fb3

Please sign in to comment.