diff --git a/.copier-answers.yml b/.copier-answers.yml index d432f0bb..03767e6e 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: v0.0.41-21-g8ca6c25 +_commit: v0.0.41-22-gd7c5bcd _src_path: gh:LabAutomationAndScreening/copier-base-template.git description: Copier template for creating Python libraries and executables python_ci_versions: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d5e98cd1..cccc647e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -184,6 +184,8 @@ jobs: exit 1 - name: Make updated dependabot hash commit as succeeded if: needs.get-values.outputs.dependabot-commit-created == 'true' + env: + GH_TOKEN: ${{ github.token }} run: | gh api \ -X POST \