Skip to content

Commit

Permalink
Add provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Oct 16, 2023
1 parent f43d7f8 commit f6edc1e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ jobs:
name: Verify install

publish:
permissions:
contents: read
id-token: write
name: Publish to npm
runs-on: ubuntu-latest
needs: [build, build_arm64, build_s390x, build_proxy]
Expand All @@ -195,6 +198,6 @@ jobs:
with:
node-version: 20.x
registry-url: "https://registry.npmjs.org"
- run: npm publish
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromedriver",
"version": "118.0.0",
"version": "118.0.1",
"keywords": [
"chromedriver",
"selenium"
Expand Down

0 comments on commit f6edc1e

Please sign in to comment.