Skip to content

Commit 59c82a3

Browse files
committed
coiper
1 parent e87f32a commit 59c82a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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-12-g2039103
2+
_commit: v0.0.60-13-gc1958de
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: ./.github/workflows/pre-commit.yaml
2525
permissions:
2626
contents: write # needed for mutex, and updating dependabot branches
27+
id-token: write # needed to assume OIDC roles (e.g. for downloading from CodeArtifact)
2728
with:
2829
python-version: 3.12.7
2930

0 commit comments

Comments
 (0)