Skip to content

Commit 1c9078b

Browse files
authored
Update blank.yml no 4
1 parent 2331c63 commit 1c9078b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/blank.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ jobs:
3434
run: |
3535
echo Add other actions to build,
3636
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+
3749
ServiceNowDevOpsChange:
3850
needs: build
3951
# type of machine to run the job on

0 commit comments

Comments
 (0)