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 a7a1737 commit 10fca99Copy full SHA for 10fca99
3 files changed
‎.github/workflows/pre-commit.yml‎
@@ -10,6 +10,8 @@ jobs:
10
pre-commit:
11
runs-on: ubuntu-latest
12
timeout-minutes: 5
13
+ permissions:
14
+ contents: read
15
steps:
16
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
‎.github/workflows/release.yml‎
@@ -11,6 +11,7 @@ jobs:
environment: release
timeout-minutes: 60
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
‎.github/workflows/test.yml‎
@@ -14,6 +14,8 @@ jobs:
test:
timeout-minutes: 15
+ permmissions:
18
19
strategy:
20
matrix:
21
python-version:
0 commit comments