File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 18
18
PYTHON_VERSION : " 3.12"
19
19
POETRY_VERSION : " 1.8.1"
20
20
21
+ permissions : {}
22
+
21
23
jobs :
22
24
test :
23
25
name : Build and test docker image
Original file line number Diff line number Diff line change 41
41
TESTS_REPORTS_ARTIFACT : tests-reports
42
42
PIPENV_VENV_IN_PROJECT : 1
43
43
44
+ permissions : {}
45
+
44
46
jobs :
45
47
coding-standards :
46
48
name : Linting & Coding Standards
Original file line number Diff line number Diff line change 42
42
PYTHON_VERSION_DEFAULT : " 3.12"
43
43
POETRY_VERSION : " 1.8.1"
44
44
45
+ permissions : {}
46
+
45
47
jobs :
46
48
quicktest :
47
49
runs-on : ubuntu-latest
@@ -160,6 +162,8 @@ jobs:
160
162
needs.release-PyPI.outputs.version &&
161
163
needs.release-PyPI.outputs.tag
162
164
runs-on : ubuntu-latest
165
+ permissions :
166
+ packages : write
163
167
env :
164
168
VERSION : ${{ needs.release-PyPI.outputs.version }}
165
169
ARTIFACT_DOCKER_SBOM : ' docker-image-bom'
You can’t perform that action at this time.
0 commit comments