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 a74b533 commit 83b4d9fCopy full SHA for 83b4d9f
.github/workflows/testing.yml
@@ -7,6 +7,9 @@ jobs:
7
test:
8
name: Run Tests
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: write
12
+ checks: write
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v2
0 commit comments