We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8b669 commit 54bedcbCopy full SHA for 54bedcb
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