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 9641a47 commit 939a0f6Copy full SHA for 939a0f6
.github/workflows/lint.yml
@@ -13,7 +13,8 @@ concurrency:
13
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
14
cancel-in-progress: true
15
16
-permissions: {}
+permissions:
17
+ contents: read # TODO!
18
19
jobs:
20
pint:
.github/workflows/test.yml
pest:
0 commit comments