chore(ci): add npm provenance support (#6777)

This commit is contained in:
白熱
2026-04-06 19:25:13 +08:00
committed by GitHub
parent 70720246ce
commit 6ec25ee51b
+4
View File
@@ -45,6 +45,9 @@ jobs:
needs: [prepare]
if: github.repository == 'dream-num/univer'
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout
@@ -78,6 +81,7 @@ jobs:
fi
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
build-demo:
runs-on: ubuntu-latest