Skip to content

Commit

Permalink
Merge pull request #10 from thisyahlen-deriv/thisyahlen/remove_verify
Browse files Browse the repository at this point in the history
ci: comment verify user
  • Loading branch information
ali-hosseini-deriv committed Mar 25, 2024
2 parents db93b60 + dbd4a46 commit de7bd3d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
checks: write
pull-requests: write
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: 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: Post preview build comment
id: post_preview_build_comment
Expand Down

0 comments on commit de7bd3d

Please sign in to comment.