Skip to content

Commit ccbf6f4

Browse files
authored
Merge pull request #14 from ProjectOpenSea/cody/fix-n
add provenance signing back
2 parents b6c0274 + ed28d0c commit ccbf6f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
publish-npm:
99
runs-on: ubuntu-latest
1010
permissions:
11+
id-token: write
1112
contents: read
1213
steps:
1314
- uses: actions/checkout@v6
@@ -16,5 +17,4 @@ jobs:
1617
node-version-file: .nvmrc
1718
registry-url: https://registry.npmjs.org/
1819
- run: npm install
19-
# TODO: Re-enable --provenance and id-token:write permission once the repo is public
20-
- run: npm publish --access public
20+
- run: npm publish --provenance --access public

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensea-cli",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"description": "OpenSea CLI - Query the OpenSea API from the command line or programmatically",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)