Skip to content

Commit

Permalink
Fix mainnet deploy allowed actors (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 authored Sep 20, 2024
1 parent beb41a0 commit 74c8dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- name: Authorised User only
run: |
if [[ ! " mpetrunic MakMuftic eedygreen " =~ " ${{ github.actor }} " ]]; then
if [[ ! " mpetrun5 MakMuftic eedygreen " =~ " ${{ github.actor }} " ]]; then
echo "You are not authorized to deploy to mainnet."
exit 1
fi
Expand Down

0 comments on commit 74c8dba

Please sign in to comment.