Skip to content

Commit e036117

Browse files
committed
update
1 parent 5c88c45 commit e036117

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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.41-21-g8ca6c25
2+
_commit: v0.0.41-22-gd7c5bcd
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ jobs:
184184
exit 1
185185
- name: Make updated dependabot hash commit as succeeded
186186
if: needs.get-values.outputs.dependabot-commit-created == 'true'
187+
env:
188+
GH_TOKEN: ${{ github.token }}
187189
run: |
188190
gh api \
189191
-X POST \

0 commit comments

Comments
 (0)