Skip to content

Commit

Permalink
chore: update verify user to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
amam-deriv committed Nov 27, 2024
1 parent de5f624 commit 561b76f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-preview-link-eu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pull-requests: write
steps:
- name: Verify user
uses: 'deriv-com/shared-actions/.github/actions/verify_user_in_organization@v1'
uses: 'deriv-com/shared-actions/.github/actions/verify_user_in_organization@v2'
with:
username: ${{github.event.pull_request.user.login}}
token: ${{ secrets.PREVIEW_LINK_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-preview-link-row.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pull-requests: write
steps:
- name: Verify user
uses: 'deriv-com/shared-actions/.github/actions/verify_user_in_organization@v1'
uses: 'deriv-com/shared-actions/.github/actions/verify_user_in_organization@v2'
with:
username: ${{github.event.pull_request.user.login}}
token: ${{ secrets.PREVIEW_LINK_TOKEN }}
Expand Down

0 comments on commit 561b76f

Please sign in to comment.