Skip to content

Commit

Permalink
fix: verify order
Browse files Browse the repository at this point in the history
  • Loading branch information
balakrishna-deriv committed Feb 1, 2024
1 parent f339131 commit 5a52592
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/generate-preview-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
build_to_cloudflare_pages:
runs-on: Ubuntu-latest
steps:
- name: Checkout to repo
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- 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.PREVIEW_LINK_TOKEN }}

- name: Checkout to repo
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: 'Generate action link comment'
id: generate_action_url
uses: actions/github-script@v3
Expand Down

0 comments on commit 5a52592

Please sign in to comment.