-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,18 @@ jobs: | |
run: | | ||
echo Add other actions to build, | ||
echo test, and deploy your project. | ||
- name: ServiceNow Change | ||
uses: ServiceNow/[email protected] | ||
with: | ||
devops-integration-user-name: ${{ secrets.SN_USER }} | ||
devops-integration-user-password: ${{ secrets.SN_PASSWORD }} | ||
# ServiceNow Instance URL | ||
instance-url: ${{ secrets.SN_INSTANCE_URL }} | ||
# Orchestration Tool Id | ||
tool-id: ${{ secrets.SN_ORCHESTRATION_TOOL_ID }} | ||
# GitHub Context | ||
context-github: ${{ toJSON(github) }} | ||
|
||
ServiceNowDevOpsChange: | ||
needs: build | ||
# type of machine to run the job on | ||
|