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 0b0f51b commit cde69a0Copy full SHA for cde69a0
2 files changed
.github/workflows/branches.yml
@@ -11,6 +11,9 @@ on:
11
schedule:
12
- cron: "0 0 * * *"
13
14
+permissions:
15
+ contents: read
16
+
17
jobs:
18
lint:
19
name: Lint Extension
@@ -123,4 +126,3 @@ jobs:
123
126
- name: Run example (with dynamic scaling)
124
127
run: |
125
128
python examples/data_filter.py dynamic-scaling
-
.github/workflows/main.yml
@@ -84,6 +84,9 @@ jobs:
84
needs: [lint]
85
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Integration Test"
86
87
+ permissions:
88
89
90
runs-on: "${{ matrix.os }}"
91
92
strategy:
0 commit comments