Skip to content

Commit

Permalink
fix: add provenance for published packages (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 authored Dec 20, 2023
1 parent 44bba21 commit f3ac3d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
FORCE_COLOR: 3
permissions:
contents: read
id-token: write
jobs:
release:
name: Release
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"./reporters/mocha.js": "./src/reporters/mocha.cjs"
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"scripts": {
"license-check": "d2l-license-checker -p",
Expand Down

0 comments on commit f3ac3d0

Please sign in to comment.