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 88d1e84 commit 37d52f9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- shell: bash
env:
EMPSNRAO1TOOLTOKEN : ${{ secrets.EMPSNRAO1TOOLTOKEN }}
run: |
echo "$EMPSNRAO1TOOLTOKEN"
Build-repo:
needs: Explore-GitHub-Actions
runs-on: ubuntu-latest
Expand All @@ -35,9 +40,9 @@ jobs:
steps:
- name: Show credentials passing correctly
env:
EMPSNRAO_TOKEN : ${{ secrets.EMPSNRAO_TOKEN }}
EMPSNRAO1TOOLTOKEN : ${{ secrets.EMPSNRAO1TOOLTOKEN }}
run: |
echo " employee token password $EMPSNRAO_TOKEN"
echo " employee token password $EMPSNRAO1TOOLTOKEN"
printenv
env
- name: ServiceNow DevOps Change Automation
Expand Down

0 comments on commit 37d52f9

Please sign in to comment.