Skip to content

Commit 8072f53

Browse files
authored
chore: update benchmark.yml with deployment permissions (#24)
1 parent d27cb42 commit 8072f53

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
test:
1111
name: Benchmark library
1212
runs-on: ubuntu-latest
13+
permissions:
14+
# deployments permission to deploy GitHub pages website
15+
deployments: write
16+
# contents permission to update benchmark contents in gh-pages branch
17+
contents: write
18+
1319
steps:
1420
- name: Checkout sources
1521
uses: actions/checkout@v4
@@ -90,4 +96,4 @@ jobs:
9096
alert-threshold: "101%"
9197
fail-on-alert: false
9298
max-items-in-chart: 50
93-
skip-fetch-gh-pages: true
99+
skip-fetch-gh-pages: true

0 commit comments

Comments
 (0)