We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d2831c + 1ca5590 commit fb227a9Copy full SHA for fb227a9
.github/workflows/deploy-preview.yml
@@ -75,6 +75,11 @@ jobs:
75
pull-requests: write
76
contents: read
77
steps:
78
+ - name: Verify user
79
+ uses: "deriv-com/shared-actions/.github/actions/verify_user_in_organization@v1"
80
+ with:
81
+ username: ${{github.event.pull_request.user.login}}
82
+ token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
83
- name: Checkout repository
84
uses: actions/checkout@v4
85
with:
.github/workflows/deploy-production.yml
@@ -69,6 +69,11 @@ jobs:
69
statuses: write
70
71
72
73
74
0 commit comments