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 cf1580b commit 35bffdcCopy full SHA for 35bffdc
.github/workflows/release.yml
@@ -5,6 +5,8 @@ on:
5
tags:
6
- '*'
7
8
+permissions: {}
9
+
10
jobs:
11
build:
12
if: github.repository == 'jazzband/django-simple-menu'
@@ -14,6 +16,7 @@ jobs:
14
16
- uses: actions/checkout@v4
15
17
with:
18
fetch-depth: 0
19
+ persist-credentials: false
20
21
- name: Set up Python
22
uses: actions/setup-python@v5
.github/workflows/test.yml
@@ -10,6 +10,8 @@ on:
env:
FORCE_COLOR: "1"
13
name: build (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
@@ -53,6 +55,8 @@ jobs:
53
55
54
56
steps:
57
58
+ with:
59
60
61
- name: Set up Python ${{ matrix.python-version }}
62
0 commit comments