Skip to content

Commit

Permalink
adding approved users to current release workflow (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
epikichi authored Oct 19, 2022
1 parent 86b61c3 commit 337f90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
if: github.actor == 'lazartravica' || github.actor == 'zivkovicmilos'
if: github.actor == 'lazartravica' || github.actor == 'zivkovicmilos' || github.actor == 'trimixlover' || github.actor == 'Aleksao998'

0 comments on commit 337f90a

Please sign in to comment.