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 cde69a0 commit 1df2adbCopy full SHA for 1df2adb
1 file changed
.github/workflows/main.yml
@@ -9,6 +9,9 @@ on:
9
schedule:
10
- cron: "0 0 * * *"
11
12
+permissions:
13
+ contents: read
14
+
15
jobs:
16
lint:
17
name: Lint Extension
@@ -84,9 +87,6 @@ jobs:
84
87
needs: [lint]
85
88
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Integration Test"
86
89
- permissions:
- contents: read
-
90
runs-on: "${{ matrix.os }}"
91
92
strategy:
@@ -197,7 +197,6 @@ jobs:
197
image: archlinux
198
199
steps:
200
201
- name: Get time for cache
202
id: cache_time
203
run: echo "time=$(date +%F-%T)" >> ${GITHUB_OUTPUT}
0 commit comments