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 f4a5240 commit da5fffeCopy full SHA for da5fffe
3 files changed
.github/workflows/ci-tests.yml
@@ -12,6 +12,9 @@ on:
12
- "tests/**"
13
- "pyproject.toml"
14
15
+permissions:
16
+ contents: read
17
+
18
jobs:
19
test:
20
name: pytest
.github/workflows/ci.yml
@@ -5,6 +5,9 @@ on:
5
branches: [main]
6
pull_request:
7
8
9
10
11
lint-workflows:
name: Validate GitHub Actions workflows
.github/workflows/smoke-test-install.yml
- cron: "0 6 * * *" # Daily at 06:00 UTC
workflow_dispatch:
+ contents: none
smoke-test:
name: Install and compile all workflows
0 commit comments