Skip to content

Commit 4b34dd6

Browse files
committed
Allow github action to write perf result into repo
This is needed because our org has transitioned to a read-only GITHUB_TOKEN for GitHub Action workflows. This change fixes #653
1 parent bb97af2 commit 4b34dd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
# and then run benchmark only once (sampling with only one Python version).
5757
needs: ci
5858
runs-on: ubuntu-latest
59+
permissions:
60+
contents: write
5961
steps:
6062
- uses: actions/checkout@v4
6163
- name: Set up Python 3.9

0 commit comments

Comments
 (0)