Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3fc56a5

Browse files
author
Daniel Incicau
committedMar 18, 2025·
Add required permissions
1 parent 1e121f5 commit 3fc56a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/benchmark.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
pull_request:
1111
workflow_dispatch:
1212

13+
permissions:
14+
id-token: write
15+
pages: write
16+
1317
jobs:
1418
run-benchmark:
1519
name: Run Benchmark

0 commit comments

Comments
 (0)
Please sign in to comment.