You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This custom action needs to be added at step level in a job to register unit tes
11
11
## Step 2: Configure Secrets in your GitHub Ogranization or GitHub repository
12
12
On GitHub, go in your organization settings or repository settings, click on the _Secrets > Actions_ and create a new secret.
13
13
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
15
15
-`SN_INSTANCE_URL` your ServiceNow instance URL, for example **https://test.service-now.com**
16
16
-`SN_DEVOPS_INTEGRATION_TOKEN` required for token based authentication
17
17
-`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
25
25
-`SN_ORCHESTRATION_TOOL_ID` only the **sys_id** is required for the GitHub tool created in your ServiceNow instance
26
26
27
27
## 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
0 commit comments