diff --git a/.github/workflows/build-and-deploy-test.yml b/.github/workflows/build-and-deploy-test.yml index b7c4b52c..c02c3ab9 100644 --- a/.github/workflows/build-and-deploy-test.yml +++ b/.github/workflows/build-and-deploy-test.yml @@ -21,6 +21,12 @@ jobs: timeout-minutes: 30 runs-on: ubuntu-latest steps: + - name: Verify user + uses: 'deriv-com/shared-actions/.github/actions/verify_user_in_organization@v1' + with: + username: ${{ github.event.pull_request.user.login }} + token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + - name: Checkout to branch uses: actions/checkout@v3 with: