Skip to content

Commit

Permalink
Merge pull request kubescape#1620 from MMMMMMorty/fix_action_workflow
Browse files Browse the repository at this point in the history
add github action actor check for pr-scanner
  • Loading branch information
David Wertenteil authored Feb 29, 2024
2 parents 809146c + 9549e0d commit 0033dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/00-pr-scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
secrets: inherit

binary-build:
if: ${{ github.repository_owner == 'kubescape' }}
if: ${{ github.actor == 'kubescape' }}
permissions:
actions: read
checks: read
Expand Down

0 comments on commit 0033dc8

Please sign in to comment.