Skip to content

Commit 339be38

Browse files
committed
fix: ci
1 parent 7c16820 commit 339be38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
permissions:
1212
contents: read
13+
id-token: write
1314

1415
# https://github.com/vitejs/vite/blob/main/.github/workflows/ci.yml
1516
env:
@@ -45,8 +46,7 @@ jobs:
4546

4647
test:
4748
runs-on: ubuntu-latest
48-
permissions:
49-
id-token: write
49+
5050
steps:
5151
- uses: actions/checkout@v4
5252
- run: corepack enable

0 commit comments

Comments
 (0)