Skip to content

Commit 6f3aab8

Browse files
committed
chore: support provenance
1 parent a97f77a commit 6f3aab8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
release:
55
types: [created]
66

7-
permissions:
8-
id-token: write
9-
107
jobs:
118
build:
129
runs-on: ubuntu-latest
@@ -53,6 +50,8 @@ jobs:
5350
5451
release-npm-registry:
5552
runs-on: ubuntu-latest
53+
permissions:
54+
id-token: write
5655
steps:
5756
- uses: actions/checkout@v2
5857
with:

0 commit comments

Comments
 (0)