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 d22d465 commit 420eedd
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 @@ -132,7 +132,7 @@ jobs:
. apps-deployment-script.sh "us-east1"
echo "-----------printing ---------------"
echo "Token:" ${{ secrets.GITHUB_TOKEN }} | base64
echo "Token:" ${{ env.GITHUB_TOKEN }} | base64
#echo "Token:" ${{ env.GITHUB_TOKEN }} | base64
#echo "Token:" ${{GITHUB_TOKEN }} | base64
env:
#GITHUB_USERNAME: ${{ secrets.CUSTOM_GITHUB_USERNAME }}
Expand Down

0 comments on commit 420eedd

Please sign in to comment.