Skip to content

Commit 85deb29

Browse files
committed
perms
1 parent 737162b commit 85deb29

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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-13-gc1958de
2+
_commit: v0.0.60-14-geddac27
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
needs: [ get-values ]
2424
uses: ./.github/workflows/pre-commit.yaml
2525
permissions:
26-
contents: write # needed for mutex, and updating dependabot branches
26+
contents: write # needed for mutex
2727
id-token: write # needed to assume OIDC roles (e.g. for downloading from CodeArtifact)
2828
with:
2929
python-version: 3.12.7
@@ -48,6 +48,8 @@ jobs:
4848
runs-on: ${{ matrix.os }}
4949
env:
5050
UV_PYTHON: ${{ matrix.python-version }}
51+
permissions:
52+
contents: write # needed for mutex
5153

5254
steps:
5355
- name: Checkout code

0 commit comments

Comments
 (0)