We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2331c63 commit 1c9078bCopy full SHA for 1c9078b
.github/workflows/blank.yml
@@ -34,6 +34,18 @@ jobs:
34
run: |
35
echo Add other actions to build,
36
echo test, and deploy your project.
37
+ - name: ServiceNow Change
38
+ uses: ServiceNow/[email protected]
39
+ with:
40
+ devops-integration-user-name: ${{ secrets.SN_USER }}
41
+ devops-integration-user-password: ${{ secrets.SN_PASSWORD }}
42
+ # ServiceNow Instance URL
43
+ instance-url: ${{ secrets.SN_INSTANCE_URL }}
44
+ # Orchestration Tool Id
45
+ tool-id: ${{ secrets.SN_ORCHESTRATION_TOOL_ID }}
46
+ # GitHub Context
47
+ context-github: ${{ toJSON(github) }}
48
+
49
ServiceNowDevOpsChange:
50
needs: build
51
# type of machine to run the job on
0 commit comments