From 5eecd7b1b096507dda405dbb41c7b5b5bdb953da Mon Sep 17 00:00:00 2001 From: boryanagoncharenko <3010723+boryanagoncharenko@users.noreply.github.com> Date: Fri, 31 Jan 2025 22:00:38 +0200 Subject: [PATCH] Add boryanagoncharenko to the list of users who can deploy to pro (#6154) --- .github/workflows/deploy-to-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-prod.yml b/.github/workflows/deploy-to-prod.yml index 061799e1749..4f937602408 100644 --- a/.github/workflows/deploy-to-prod.yml +++ b/.github/workflows/deploy-to-prod.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: # Restrict who can run this workflow - - if: github.actor != 'Felienne' && github.actor != 'jpelay' + - if: github.actor != 'Felienne' && github.actor != 'jpelay' && github.actor != 'boryanagoncharenko' run: | echo "You must be Felienne to run this workflow :D" >&2 exit 1