We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a8f7d commit a678e58Copy full SHA for a678e58
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Check user permissions
23
- if: ${{ github.event_name == 'pull_request' && github.event.pull_request.author_association != 'MEMBER' }}
+ if: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.author_association != 'MEMBER' }}
24
run: |
25
echo "Action was not triggered by an organization member. Exiting now."
26
exit 1
0 commit comments