From b37a2caf2e596784dccc6f6732df9f1241089666 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Wed, 13 Mar 2024 10:08:07 +0000 Subject: [PATCH] Bump cookiecutter template to 373c13 --- .cruft.json | 2 +- .github/workflows/reviewing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index 8738776..e130dad 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/robert-koch-institut/mex-template", - "commit": "a3eb74737274b4c114a85b5a816ff0f11eac4f7e", + "commit": "373c1399cafca5c5807e32ff96d16e1e59b4d043", "checkout": null, "context": { "cookiecutter": { diff --git a/.github/workflows/reviewing.yml b/.github/workflows/reviewing.yml index 70f5110..24e6a67 100644 --- a/.github/workflows/reviewing.yml +++ b/.github/workflows/reviewing.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Add assignee env: - GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }} + GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }} run: | user_name="${{ github.event.pull_request.user.login }}" user_type=$(gh api "users/${user_name}" --jq ".type")