Skip to content

Commit 3f23722

Browse files
committed
ci: enable attestation
1 parent ab22930 commit 3f23722

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
contents: write
1616
packages: write
1717
pull-requests: write
18+
attestations: write # required to attest build provenance
1819

1920
steps:
2021
- name: Checkout
@@ -39,6 +40,11 @@ jobs:
3940
- name: Build packages
4041
run: bun run build
4142

43+
- name: Attestation
44+
uses: actions/attest-build-provenance@v3
45+
with:
46+
subject-path: "plugins/*/dist/**"
47+
4248
- name: Configure Git
4349
run: |
4450
git config --global user.name "github-actions[bot]"

0 commit comments

Comments
 (0)