Skip to content

Commit c08032b

Browse files
committed
ci: update workflows config.
1 parent d1985d9 commit c08032b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
build-deploy:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
12+
id-token: write
1013
steps:
1114
- uses: actions/checkout@v3
1215
- uses: actions/setup-node@v3
@@ -84,7 +87,7 @@ jobs:
8487
${{ steps.changelog.outputs.changelog }}
8588
8689
- name: 📦 @uiw/react-textarea-code-editor publish to NPM
87-
run: npm publish
90+
run: npm publish --access public --provenance
8891
continue-on-error: true
8992
working-directory: core
9093
env:

0 commit comments

Comments
 (0)