Skip to content

Commit

Permalink
Secured to user
Browse files Browse the repository at this point in the history
  • Loading branch information
sushiat committed Oct 31, 2023
1 parent 342bab1 commit 2aa7adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [workflow_dispatch]

jobs:
push_to_registry:
if: github.repository_owner == github.actor && github.ref_name == github.event.repository.default_branch
if: contains(fromJson('["sushiat"]'), github.actor) && github.ref_name == github.event.repository.default_branch
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
Expand Down

0 comments on commit 2aa7adf

Please sign in to comment.