From b37a2caf2e596784dccc6f6732df9f1241089666 Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Wed, 13 Mar 2024 10:08:07 +0000 Subject: [PATCH 1/2] 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") From 2cdc2c834ab93cac6155ed21c8218020cf9c80cd Mon Sep 17 00:00:00 2001 From: Nicolas Drebenstedt Date: Wed, 13 Mar 2024 11:13:34 +0100 Subject: [PATCH 2/2] Fix conflict --- .github/workflows/cookiecutter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cookiecutter.yml b/.github/workflows/cookiecutter.yml index 461ef03..8d3d6ee 100644 --- a/.github/workflows/cookiecutter.yml +++ b/.github/workflows/cookiecutter.yml @@ -51,7 +51,7 @@ jobs: - name: Update template env: - GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }} + GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }} run: | if cruft check; then echo template is up to date