From de5f624c4341b36e5dbb1bf13d112d4ed4736ee5 Mon Sep 17 00:00:00 2001 From: amam-deriv Date: Wed, 27 Nov 2024 11:44:35 +0800 Subject: [PATCH 1/2] docs: update readme --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2a1c1d8..bd553bd 100644 --- a/README.md +++ b/README.md @@ -2,23 +2,23 @@ Deriv.com -Deriv.com - An online trading platform that offers a wide selection of derivatives to trade on 24/7. +Academy and Partner Legacy Signup ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/binary-com/deriv-com/Release%20Staging) ![node](https://img.shields.io/badge/node-%3E%3D18.12.1-blue.svg) ![npm](https://img.shields.io/badge/npm-%3E%3D8.19.2-blue.svg) [![GATSBY](https://img.shields.io/badge/Gatsby-663399?style=flat&logo=gatsby&logoColor=white)](https://github.com/styled-components/styled-components) [![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](https://github.com/styled-components/styled-components) ![Sonar Tech Debt](https://img.shields.io/sonar/tech_debt/binary-com_deriv-com?server=https%3A%2F%2Fsonarcloud.io) ![Sonar Violations (short format)](https://img.shields.io/sonar/violations/binary-com_deriv-com?server=https%3A%2F%2Fsonarcloud.io) ## In this document: -- [Other documents](#other-documents) -- [Pre-installation](#pre-installation) -- [Quick start](#quick-start) -- [How to contribute](#how-to-contribute) -- [PR Formating guideline](#pr-formating-guideline) -- [PR without translations](#pr-without-translation) -- [PR with translations](#pr-with-translation) -- [Manage releases](#manage-releases) -- [Test link deployment](#test-link-deployment) -- [FAQ](#faq) +- [In this document:](#in-this-document) +- [Other Documents](#other-documents) +- [Pre-installation](#pre-installation) +- [Quick start](#quick-start) +- [How to contribute](#how-to-contribute) + - [PR Formating guideline](#pr-formating-guideline) + - [PR without translation](#pr-without-translation) + - [PR with translation](#pr-with-translation) +- [Manage releases](#manage-releases) +- [Test link deployment](#test-link-deployment) ## Other Documents From 561b76f8e55b30278b88272e84857db084c679ac Mon Sep 17 00:00:00 2001 From: amam-deriv Date: Wed, 27 Nov 2024 11:49:50 +0800 Subject: [PATCH 2/2] chore: update verify user to v2 --- .github/workflows/generate-preview-link-eu.yml | 2 +- .github/workflows/generate-preview-link-row.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-preview-link-eu.yml b/.github/workflows/generate-preview-link-eu.yml index 29e90a2..7aa5014 100644 --- a/.github/workflows/generate-preview-link-eu.yml +++ b/.github/workflows/generate-preview-link-eu.yml @@ -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 }} diff --git a/.github/workflows/generate-preview-link-row.yml b/.github/workflows/generate-preview-link-row.yml index b7cf048..c3224b0 100644 --- a/.github/workflows/generate-preview-link-row.yml +++ b/.github/workflows/generate-preview-link-row.yml @@ -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 }}