Skip to content

Commit

Permalink
Add provenance (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c committed Mar 13, 2024
1 parent baa42de commit 343fcad
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 @@ -13,6 +13,7 @@ jobs:
name: Publish & Deploy
permissions:
contents: write
id-token: write
runs-on: ubuntu-latest
steps:
- name: Check out repo
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"npm": ">=5.5.0"
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"skuba": {
"entryPoint": "src/index.ts",
Expand Down

0 comments on commit 343fcad

Please sign in to comment.