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 a4b548d commit 317be5eCopy full SHA for 317be5e
.github/workflows/check-upgrades.yml
@@ -6,13 +6,9 @@ on:
6
python-version:
7
required: true
8
type: string
9
-permissions:
10
- contents: read
11
12
jobs:
13
check:
14
- permissions:
15
- contents: read # for actions/checkout to fetch code
16
name: Check (Python ${{ matrix.python-version }})
17
runs-on: ubuntu-latest
18
strategy:
0 commit comments