Skip to content

Commit

Permalink
Merge pull request #110 from ritik-deriv/security/add-verification-check
Browse files Browse the repository at this point in the history
Added Verification Check in Workflow
  • Loading branch information
ali-hosseini-deriv authored Jun 10, 2024
2 parents 985f8b8 + dd31b27 commit a48e98d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a48e98d

Please sign in to comment.