Skip to content

Commit

Permalink
Merge pull request #198 from FormidableLabs/provenance
Browse files Browse the repository at this point in the history
Provenance config
  • Loading branch information
gksander committed Apr 25, 2023
2 parents 9a76752 + 962b31f commit 862a9a1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/swift-squids-cheat.md
@@ -0,0 +1,5 @@
---
"prism-react-renderer": patch
---

Add publish provenance
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -8,6 +8,14 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
issues: write
repository-projects: write
deployments: write
packages: write
pull-requests: write

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions packages/prism-react-renderer/package.json
Expand Up @@ -51,5 +51,8 @@
"dependencies": {
"@types/prismjs": "^1.26.0",
"clsx": "^1.2.1"
},
"publishConfig": {
"provenance": true
}
}

0 comments on commit 862a9a1

Please sign in to comment.