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 1818 PYTHON_VERSION : " 3.12"
1919 POETRY_VERSION : " 1.8.1"
2020
21+ permissions : {}
22+
2123jobs :
2224 test :
2325 name : Build and test docker image
Original file line number Diff line number Diff line change 4141 TESTS_REPORTS_ARTIFACT : tests-reports
4242 PIPENV_VENV_IN_PROJECT : 1
4343
44+ permissions : {}
45+
4446jobs :
4547 coding-standards :
4648 name : Linting & Coding Standards
Original file line number Diff line number Diff line change 4242 PYTHON_VERSION_DEFAULT : " 3.12"
4343 POETRY_VERSION : " 1.8.1"
4444
45+ permissions : {}
46+
4547jobs :
4648 quicktest :
4749 runs-on : ubuntu-latest
@@ -160,6 +162,8 @@ jobs:
160162 needs.release-PyPI.outputs.version &&
161163 needs.release-PyPI.outputs.tag
162164 runs-on : ubuntu-latest
165+ permissions :
166+ packages : write
163167 env :
164168 VERSION : ${{ needs.release-PyPI.outputs.version }}
165169 ARTIFACT_DOCKER_SBOM : ' docker-image-bom'
You can’t perform that action at this time.
0 commit comments