Skip to content

Commit

Permalink
Update blank.yml no 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mgazzali authored Jan 8, 2025
1 parent 2331c63 commit 1c9078b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c9078b

Please sign in to comment.