File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
template/.github/workflows Expand file tree Collapse file tree 5 files changed +7
-5
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-7-gce42478
2+ _commit : v0.0.60-12-g2039103
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 1414 PYTHONUNBUFFERED : True
1515
1616permissions :
17- contents : write # needed to push commit of new devcontainer hash for dependabot PRs
17+ contents : write # needed to push commit of new devcontainer hash for dependabot PRs
1818
1919jobs :
2020 get-values :
Original file line number Diff line number Diff line change 2222 PRE_COMMIT_HOME : ${{ github.workspace }}/.precommit_cache
2323
2424permissions :
25- contents : write # needed for mutex
25+ contents : write # needed for mutex
26+ id-token : write # needed to assume OIDC roles (e.g. for downloading from CodeArtifact)
2627
2728jobs :
2829 pre-commit :
Original file line number Diff line number Diff line change 1414 PYTHONUNBUFFERED : True
1515
1616permissions :
17- contents : write # needed to push commit of new devcontainer hash for dependabot PRs
17+ contents : write # needed to push commit of new devcontainer hash for dependabot PRs
1818
1919jobs :
2020 get-values :
Original file line number Diff line number Diff line change 2222 PRE_COMMIT_HOME : ${{ github.workspace }}/.precommit_cache
2323
2424permissions :
25- contents : write # needed for mutex
25+ contents : write # needed for mutex
26+ id-token : write # needed to assume OIDC roles (e.g. for downloading from CodeArtifact)
2627
2728jobs :
2829 pre-commit :
You can’t perform that action at this time.
0 commit comments