Skip to content

Commit 939a0f6

Browse files
committed
wip
1 parent 9641a47 commit 939a0f6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ concurrency:
1313
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
1414
cancel-in-progress: true
1515

16-
permissions: {}
16+
permissions:
17+
contents: read # TODO!
1718

1819
jobs:
1920
pint:

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ concurrency:
1313
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
1414
cancel-in-progress: true
1515

16-
permissions: {}
16+
permissions:
17+
contents: read # TODO!
1718

1819
jobs:
1920
pest:

0 commit comments

Comments
 (0)