Skip to content

Commit 1424838

Browse files
committed
ci: fix permissions
1 parent 56455e3 commit 1424838

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/update-rolldown-stats.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ on:
66
branches:
77
- main
88

9-
permissions:
10-
contents: write
9+
permissions: {}
1110

1211
jobs:
1312
update-stats:
13+
permissions:
14+
contents: write
15+
packages: read
16+
1417
runs-on: ubuntu-latest
1518

1619
steps:

0 commit comments

Comments
 (0)