File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : v0.0.60-2-ga533c73
2+ _commit : v0.0.60-3-g7d8440d
33_src_path : gh:LabAutomationAndScreening/copier-base-template.git
44description : Copier template for creating Python libraries and executables
55python_ci_versions :
Original file line number Diff line number Diff line change 99env :
1010 PYTHONUNBUFFERED : True
1111 PRE_COMMIT_HOME : ${{ github.workspace }}/.precommit_cache
12+ UV_PYTHON_PREFERENCE : only-system
1213
1314permissions :
14- id-token : write
1515 contents : write # needed for mutex, and updating dependabot branches
1616 statuses : write # needed for updating status on Dependabot PRs
1717
1818jobs :
1919 get-values :
2020 uses : ./.github/workflows/get-values.yaml
21+ permissions :
22+ contents : write # needed for updating dependabot branches
2123
2224 pre-commit :
2325 needs : [ get-values ]
2426 uses : ./.github/workflows/pre-commit.yaml
27+ permissions :
28+ contents : write # needed for mutex, and updating dependabot branches
2529 with :
2630 python-version : 3.12.7
2731
@@ -125,6 +129,8 @@ jobs:
125129 required-check :
126130 runs-on : ubuntu-24.04
127131 needs : [ lint-matrix, get-values ]
132+ permissions :
133+ statuses : write # needed for updating status on Dependabot PRs
128134 if : always()
129135 steps :
130136 - name : fail if prior job failure
You can’t perform that action at this time.
0 commit comments