We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5565e34 commit df33912Copy full SHA for df33912
2 files changed
.cicd
.github/workflows/main.yml
@@ -7,6 +7,10 @@ on:
7
branches: [master]
8
workflow_dispatch:
9
10
+permissions:
11
+ contents: read
12
+ pull-requests: read
13
+
14
env:
15
UV_CACHE_DIR: ${{ github.workspace }}/.uv-cache
16
0 commit comments