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 8ec9585 commit a56e134
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,20 @@ jobs:
needs: Build-repo
runs-on: ubuntu-latest
steps:
- name: Test
- name: List files in the repository
env:
EMPSNRAO_TOKEN : ${{ secrets.EMPSNRAO_TOKEN }}
- run: echo "🎉 The job was automatically triggered by a $EMPSNRAO_TOKEN event"
run: |
echo $EMPSNRAO_TOKEN
- 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: "$EMPSNRAO_TOKEN"
devops-integration-token: ${{ secrets.EMPSNRAO_TOKEN }}
# Orchestration Tool Id
tool-id: "6b40e871c31539104395388f050131e1"
# Display Name of the Job
Expand Down

0 comments on commit a56e134

Please sign in to comment.