From 869e303e99b75ee836a00fb7aba29c06fdf62e6d Mon Sep 17 00:00:00 2001 From: Nils Haberkamp Date: Mon, 12 Feb 2024 10:32:04 +0100 Subject: [PATCH] NEXT-33446 - fix typo in pipeline secret --- .github/workflows/update-icons.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-icons.yml b/.github/workflows/update-icons.yml index a70860404..c7f8b4951 100644 --- a/.github/workflows/update-icons.yml +++ b/.github/workflows/update-icons.yml @@ -37,8 +37,8 @@ jobs: uses: peter-evans/create-pull-request@v4 with: commit-message: Update icons - committer: ${{ secrets.ICON_KIT__COMITTER }} - author: Dennis Mader <${{ secrets.ICON_KIT__COMITTER }}> + committer: ${{ secrets.ICON_KIT__COMMITTER }} + author: Dennis Mader <${{ secrets.ICON_KIT__COMMITTER }}> branch: update-icons delete-branch: true branch-suffix: timestamp