Skip to content

Commit

Permalink
v3.9.5: chore() add permissions needed for provenance generation
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosiebler committed Feb 20, 2024
1 parent 2730083 commit 572a754
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
branches:
- master

# permissions:
# id-token: 'write'
# contents: 'read'
permissions:
id-token: 'write'
contents: 'read'

jobs:
publish-npm:
Expand Down
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": "bybit-api",
"version": "3.9.4",
"version": "3.9.5",
"description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 572a754

Please sign in to comment.