We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387ecef commit 4ed936aCopy full SHA for 4ed936a
.github/workflows/run_tests.yml
@@ -2,6 +2,10 @@ name: Run Tests
2
3
on: [push, pull_request]
4
5
+permissions:
6
+ contents: read
7
+ checks: write
8
+
9
jobs:
10
test:
11
runs-on: ubuntu-latest
0 commit comments