Skip to content

Commit 99938f0

Browse files
committed
ci: update release workflow
1 parent ade7995 commit 99938f0

File tree

2 files changed

+4
-27
lines changed

2 files changed

+4
-27
lines changed

.github/workflows/rebase.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
3030
release:
3131
runs-on: ubuntu-latest
32+
permissions:
33+
contents: read
34+
id-token: write
3235
needs: check-commit
3336
if: ${{ needs.check-commit.outputs.skip != 'true' }}
3437
steps:
@@ -53,3 +56,4 @@ jobs:
5356
env:
5457
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
5558
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
59+
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)