Skip to content

Commit cde69a0

Browse files
committed
ci: update workflows.
1 parent 0b0f51b commit cde69a0

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/branches.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
schedule:
1212
- cron: "0 0 * * *"
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
lint:
1619
name: Lint Extension
@@ -123,4 +126,3 @@ jobs:
123126
- name: Run example (with dynamic scaling)
124127
run: |
125128
python examples/data_filter.py dynamic-scaling
126-

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
needs: [lint]
8585
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Integration Test"
8686

87+
permissions:
88+
contents: read
89+
8790
runs-on: "${{ matrix.os }}"
8891

8992
strategy:

0 commit comments

Comments
 (0)