Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sannrao authored Sep 16, 2023
1 parent 6ad1eac commit e853174
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ServiceNow DevOps Change Automation
env:
EMPSNRAO_TOKEN : ${{ secrets.EMPSNRAO_TOKEN }}
# You may pin to the exact commit or the version.
# uses: ServiceNow/servicenow-devops-change@41fd6520fa5369e3098596eadec108fc809c37f8
uses: ServiceNow/servicenow-devops-change@v2.0.0
with:
# ServiceNow Instance URL
instance-url: "https://empsnrao1.service-now.com/"
# Devops Integration User Name
devops-integration-token: "ZxSVjKbCTQT1FrgCyRTwYzVd6yRBQ4II"
devops-integration-token: "$EMPSNRAO_TOKEN"
# Orchestration Tool Id
tool-id: "6b40e871c31539104395388f050131e1"
# Display Name of the Job
Expand Down

0 comments on commit e853174

Please sign in to comment.