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/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 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")