Skip to content

Commit f7f5eae

Browse files
committed
copier
1 parent 21b01fd commit f7f5eae

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.0.60-3-g7d8440d
2+
_commit: v0.0.60-5-g1a711f5
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: Copier template for creating Python libraries and executables
55
python_ci_versions:

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ env:
1212
UV_PYTHON_PREFERENCE: only-system
1313

1414
permissions:
15-
contents: write # needed for mutex, and updating dependabot branches
16-
statuses: write # needed for updating status on Dependabot PRs
15+
id-token: write # needed to assume OIDC roles (e.g. for downloading from CodeArtifact)
1716

1817
jobs:
1918
get-values:

0 commit comments

Comments
 (0)