Skip to content

Commit 3f1997e

Browse files
committed
more perms
1 parent 8a2dc1d commit 3f1997e

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
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-7-gce42478
2+
_commit: v0.0.60-12-g2039103
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/get-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
PYTHONUNBUFFERED: True
1515

1616
permissions:
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

1919
jobs:
2020
get-values:

.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ env:
2222
PRE_COMMIT_HOME: ${{ github.workspace }}/.precommit_cache
2323

2424
permissions:
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

2728
jobs:
2829
pre-commit:

template/.github/workflows/get-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
PYTHONUNBUFFERED: True
1515

1616
permissions:
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

1919
jobs:
2020
get-values:

template/.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ env:
2222
PRE_COMMIT_HOME: ${{ github.workspace }}/.precommit_cache
2323

2424
permissions:
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

2728
jobs:
2829
pre-commit:

0 commit comments

Comments
 (0)