Skip to content

Commit d832749

Browse files
committed
Fix actions
1 parent fde158c commit d832749

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/actions.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
name: install-and-test-workflow
22
on: [push]
3+
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
4+
# `contents` is for permission to the contents of the repository.
5+
# `pull-requests` is for permission to pull request
6+
permissions:
7+
contents: write
8+
checks: write
9+
pull-requests: write
10+
11+
env:
12+
UV_SYSTEM_PYTHON: true
13+
314
jobs:
415
install-and-test:
516
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)