Skip to content

Commit 6ffe5ca

Browse files
Merge pull request #2165 from amanchopra1905/stage
updated the url
2 parents c951cec + d866d5f commit 6ffe5ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/hyperexecute-how-to-configure-sourcePayload.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ sourcePayload:
6464

6565
3. **ref**: The name of the branch that you want to test.
6666

67-
4. **accessToken**: Your personal access token (PAT), generated on your Git platform. If you want to know how to generate a PAT for GitHub, go through [this](#how-to-generate-a-personal-access-token-on-github) section.
67+
4. **accessToken**: Your personal access token (PAT), generated on your Git platform. If you want to know how to generate a PAT for GitHub, go through [this](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) section.
6868

6969
> **Note**: You don’t need to use a Personal Access Token if your repository is public.
7070
7171
5. **commit**: If you want to run a specific commit file other than the **HEAD** commit, then you need to define here the specific commit ID.
7272

73-
> As a best practice, you should not use your PAT directly in the YAML file. Instead of that, you can make use of our [vault](/support/docs/deep-dive-into-hyperexecute-yaml/#12-vault) feature and add the PAT to your secrets. To use the vault feature in the HyperExecute YAML file, you can refer the example given below.
73+
> As a best practice, you should not use your PAT directly in the YAML file. Instead of that, you can make use of our [vault](https://www.lambdatest.com/support/docs/hyperexecute-how-to-save-and-manage-secrets/) feature and add the PAT to your secrets. To use the vault feature in the HyperExecute YAML file, you can refer the example given below.
7474
75-
```bash
75+
```yaml title="hyperexecute.yaml"
7676
sourcePayload:
7777
platform: git
7878
link: https://--------
@@ -88,7 +88,7 @@ sourcePayload:
8888

8989
A sample HyperExecute YAML file is added below for your reference.
9090

91-
```yaml
91+
```yaml title="hyperexecute.yaml"
9292
---
9393
version: "0.1"
9494
globalTimeout: 90

0 commit comments

Comments
 (0)