We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a4a79 commit b83bcf6Copy full SHA for b83bcf6
1 file changed
.github/workflows/package.yml
@@ -9,6 +9,10 @@ jobs:
9
package:
10
name: Package distribution files
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: write
14
+ id-token: write
15
+ attestations: write
16
steps:
17
- name: Checkout
18
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -20,6 +24,10 @@ jobs:
20
24
run: npm run lint
21
25
- name: Package
22
26
run: npm run package
27
+ - name: Attest dist provenance
28
+ uses: actions/attest-build-provenance@96b4a1ef7235a096b17240c259729fdd70c83d45 # v2
29
+ with:
30
+ subject-path: dist/index.js
23
31
- name: Commit
32
run: |
33
git config --global user.name "GitHub Actions"
0 commit comments