We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a13a58 + e04fa20 commit 1713c3bCopy full SHA for 1713c3b
2 files changed
.github/workflows/security.yml
@@ -4,6 +4,9 @@ name: "Security"
4
on:
5
workflow_dispatch:
6
7
+permissions:
8
+ contents: read
9
+
10
env:
11
python_version: "3.13"
12
{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows/security.yml
@@ -14,6 +14,9 @@ on:
14
{%- endif %}
15
16
17
18
19
20
21
python_version: "{{ cookiecutter.python_version }}"
22
0 commit comments