Skip to content

Commit 5c90007

Browse files
authored
Merge pull request #2388 from oasisprotocol/lw/npm-trusted-publisher
rofl-client/ts: migrate CI from auth token to Trusted Publisher
2 parents 973d731 + db5bc07 commit 5c90007

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/release-rofl-client-ts.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,4 @@ jobs:
4444

4545
- name: Publish
4646
working-directory: rofl-client/ts
47-
env:
48-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4947
run: npm publish --access public

rofl-client/ts/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rofl-client/ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oasisprotocol/rofl-client",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "TypeScript client SDK for Oasis ROFL.",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/oasisprotocol/oasis-sdk/tree/main/rofl-client/ts",
@@ -46,4 +46,4 @@
4646
"typedoc": "0.26.7",
4747
"typescript": "5.6.2"
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)