Skip to content

Commit

Permalink
Bump cookiecutter template to 373c13
Browse files Browse the repository at this point in the history
  • Loading branch information
RKIMetadataExchange committed Mar 14, 2024
1 parent b3084a4 commit bd38650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/robert-koch-institut/mex-template",
"commit": "a3eb74737274b4c114a85b5a816ff0f11eac4f7e",
"commit": "373c1399cafca5c5807e32ff96d16e1e59b4d043",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reviewing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit bd38650

Please sign in to comment.