Skip to content

Commit

Permalink
Update car-demo-updated-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgknoldus authored Jan 25, 2024
1 parent 5436a11 commit e968519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/car-demo-updated-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
echo "-----------printing ---------------"
echo "Token:" ${{ secrets.GITHUB_TOKEN }} | base64
echo "Token:" ${{ env.GITHUB_TOKEN }} | base64
echo "Token:" ${{GITHUB_TOKEN }} | base64
#echo "Token:" ${{GITHUB_TOKEN }} | base64
env:
#GITHUB_USERNAME: ${{ secrets.CUSTOM_GITHUB_USERNAME }}
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}

0 comments on commit e968519

Please sign in to comment.