Skip to content

Commit 818339b

Browse files
committed
add permissions
1 parent 701f4f1 commit 818339b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/bench.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ on:
88
branches:
99
- master
1010
- main
11+
permissions:
12+
# deployments permission to deploy GitHub pages website
13+
deployments: write
14+
# contents permission to update benchmark contents in gh-pages branch
15+
contents: write
16+
1117
jobs:
1218
benchmark:
1319
name: Performance regression check

0 commit comments

Comments
 (0)