Skip to content

Commit 8e3834e

Browse files
committed
Use OIDC
1 parent 56dfb05 commit 8e3834e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish-core.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- '.github/workflows/publish-core.yml'
1010

1111
permissions:
12+
id-token: write
1213
contents: read
1314

1415
jobs:
@@ -30,5 +31,3 @@ jobs:
3031

3132
- name: Publish to npm
3233
run: npm publish -w @kodular/tinywebdb-core
33-
env:
34-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kodular/tinywebdb-core",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Cloud-agnostic TinyWebDB core implementation",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)