We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcb027c + 3cdbbe0 commit d533a99Copy full SHA for d533a99
1 file changed
.github/workflows/pr.yml
@@ -12,6 +12,8 @@ name: Build and run tests
12
jobs:
13
test:
14
runs-on: ubuntu-latest
15
+ permissions:
16
+ contents: read
17
steps:
18
- uses: actions/checkout@v4
19
- name: Install dependencies
0 commit comments