Skip to content

Commit ab2bf68

Browse files
updated readme file
1 parent 697ff36 commit ab2bf68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This custom action needs to be added at step level in a job to register unit tes
1111
## Step 2: Configure Secrets in your GitHub Ogranization or GitHub repository
1212
On GitHub, go in your organization settings or repository settings, click on the _Secrets > Actions_ and create a new secret.
1313

14-
For token based authentication which is available from v2.0.0, create secrets called
14+
For token based authentication which is available from v3.0.0, create secrets called
1515
- `SN_INSTANCE_URL` your ServiceNow instance URL, for example **https://test.service-now.com**
1616
- `SN_DEVOPS_INTEGRATION_TOKEN` required for token based authentication
1717
- `SN_ORCHESTRATION_TOOL_ID` only the **sys_id** is required for the GitHub tool created in your ServiceNow instance,required for token based authentication
@@ -25,14 +25,14 @@ For basic authentication , create secrets called
2525
- `SN_ORCHESTRATION_TOOL_ID` only the **sys_id** is required for the GitHub tool created in your ServiceNow instance
2626

2727
## Step 3: Configure the GitHub Action if need to adapt for your needs or workflows
28-
# For Token based Authentication which is available from v2.0.0 , at ServiceNow instance
28+
# For Token based Authentication which is available from v3.0.0 , at ServiceNow instance
2929
```yaml
3030
build:
3131
name: Build
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: ServiceNow DevOps Unit Test Results
35-
uses: ServiceNow/servicenow-devops-test-report@v2.0.0
35+
uses: ServiceNow/servicenow-devops-test-report@v3.0.0
3636
with:
3737
devops-integration-token: ${{ secrets.SN_DEVOPS_INTEGRATION_TOKEN }}
3838
instance-url: ${{ secrets.SN_INSTANCE_URL }}
@@ -48,7 +48,7 @@ build:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: ServiceNow DevOps Unit Test Results
51-
uses: ServiceNow/servicenow-devops-test-report@v2.0.0
51+
uses: ServiceNow/servicenow-devops-test-report@v3.0.0
5252
with:
5353
devops-integration-user-name: ${{ secrets.SN_DEVOPS_USER }}
5454
devops-integration-user-password: ${{ secrets.SN_DEVOPS_PASSWORD }}

0 commit comments

Comments
 (0)