We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b01fd commit f7f5eaeCopy full SHA for f7f5eae
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: v0.0.60-3-g7d8440d
+_commit: v0.0.60-5-g1a711f5
3
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
4
description: Copier template for creating Python libraries and executables
5
python_ci_versions:
.github/workflows/ci.yaml
@@ -12,8 +12,7 @@ env:
12
UV_PYTHON_PREFERENCE: only-system
13
14
permissions:
15
- contents: write # needed for mutex, and updating dependabot branches
16
- statuses: write # needed for updating status on Dependabot PRs
+ id-token: write # needed to assume OIDC roles (e.g. for downloading from CodeArtifact)
17
18
jobs:
19
get-values:
0 commit comments