Skip to content

Commit 7090372

Browse files
committed
verify-what-permissions-are-needed
1 parent 16bcdb9 commit 7090372

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ on:
99
workflow_dispatch:
1010

1111
permissions:
12+
# contents is required by actions/checkout
1213
contents: read
13-
issues: read
14-
pull-requests: read
1514

1615
concurrency:
1716
group: ${{ github.workflow }}-${{ github.ref }}
@@ -51,8 +50,8 @@ jobs:
5150
include:
5251
# Only test oldest supported and latest python version to reduce
5352
# GitHub API calls, as they can get rate limited
54-
- python-version: "3.10"
5553
- python-version: 3.x
54+
- python-version: "3.10"
5655

5756
steps:
5857
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)