Skip to content

Commit 7c16820

Browse files
committed
chore: update ci
1 parent e97be69 commit 7c16820

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,7 +10,6 @@ on:
1010

1111
permissions:
1212
contents: read
13-
id-token: write
1413

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

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

0 commit comments

Comments
 (0)