Skip to content

Commit

Permalink
Add boryanagoncharenko to the list of users who can deploy to pro (#6154
Browse files Browse the repository at this point in the history
)
  • Loading branch information
boryanagoncharenko authored Jan 31, 2025
1 parent 79d66ef commit 5eecd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5eecd7b

Please sign in to comment.