Skip to content

Commit bed6a6d

Browse files
authored
Update blank.yml no 7
1 parent 42a71d2 commit bed6a6d

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/blank.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,7 @@ jobs:
3333
- name: Run a multi-line script
3434
run: |
3535
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-
change-request: '{"setCloseCode":"true","attributes":{"short_description":"Automated Software Deployment Standard Change","description":"Automated Software Deployment.","implementation_plan":"Software update is tested and results can be found in Test Summaries Tab; When the change is approved the implementation happens automated by the CICD pipeline within the change planned start and end time window.","backout_plan":"When software fails in production, the previous software release will be re-deployed.","test_plan":"Testing if the software was successfully deployed"}}'
49-
interval: '100'
50-
timeout: '3600'
36+
echo test, and deploy your project.
5137
5238
ServiceNowDevOpsChange:
5339
needs: build

0 commit comments

Comments
 (0)