We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab22930 commit 3f23722Copy full SHA for 3f23722
1 file changed
.github/workflows/release.yml
@@ -15,6 +15,7 @@ jobs:
15
contents: write
16
packages: write
17
pull-requests: write
18
+ attestations: write # required to attest build provenance
19
20
steps:
21
- name: Checkout
@@ -39,6 +40,11 @@ jobs:
39
40
- name: Build packages
41
run: bun run build
42
43
+ - name: Attestation
44
+ uses: actions/attest-build-provenance@v3
45
+ with:
46
+ subject-path: "plugins/*/dist/**"
47
+
48
- name: Configure Git
49
run: |
50
git config --global user.name "github-actions[bot]"
0 commit comments