Skip to content

Commit

Permalink
Support for package provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Oct 29, 2023
1 parent cd27ac0 commit 38f1498
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
contents: read
packages: write
statuses: write
id-token: write
strategy:
matrix:
registry:
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/myrotvorets/opentelemetry-configurator.git"
"url": "https://github.com/myrotvorets/opentelemetry-configurator.git"
},
"bugs": {
"url": "https://github.com/myrotvorets/opentelemetry-configurator/issues"
},
"homepage": "https://github.com/myrotvorets/opentelemetry-configurator#readme"
"homepage": "https://github.com/myrotvorets/opentelemetry-configurator#readme",
"publishConfig": {
"access": "public",
"provenance": true
}
}

0 comments on commit 38f1498

Please sign in to comment.