Skip to content

Commit 01733e1

Browse files
committed
ci: update NPM_TOKEN and do not use wombat
1 parent 38cb2fd commit 01733e1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id: changesets
5353
env:
5454
GITHUB_TOKEN: ${{secrets.GOOGLEWORKSPACE_BOT_TOKEN}}
55-
NPM_TOKEN: ${{secrets.NPM_WOMBAT_TOKEN}}
55+
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
5656
with:
5757
version: pnpm run changeset:version
5858
publish: pnpm run changeset:publish

packages/drive-picker-element/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@
7979
},
8080
"customElements": "custom-elements.json",
8181
"publishConfig": {
82-
"access": "public",
83-
"registry": "https://wombat-dressing-room.appspot.com"
82+
"access": "public"
8483
},
8584
"provenance": true
8685
}

0 commit comments

Comments
 (0)