Skip to content

Commit ed89692

Browse files
authored
fix: fix typedoc publish permission (#59)
1 parent e7cec21 commit ed89692

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
permissions:
99
id-token: write
10-
contents: read
10+
contents: write
1111

1212
jobs:
1313
deploy_npm_package_and_typedoc:

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@channel.io/channel-web-sdk-loader",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Official Channel Web SDK Loader",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)